Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-limesurvey
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
docker-limesurvey
Commits
5eaba335
Commit
5eaba335
authored
5 years ago
by
Andrej Ramašeuski
Browse files
Options
Downloads
Patches
Plain Diff
Zapneme ssl
parent
52c7734b
No related branches found
No related tags found
No related merge requests found
Pipeline
#105
passed
5 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-1
2 additions, 1 deletion
Dockerfile
docker-compose.sample.yaml
+2
-2
2 additions, 2 deletions
docker-compose.sample.yaml
with
4 additions
and
3 deletions
Dockerfile
+
2
−
1
View file @
5eaba335
...
...
@@ -19,6 +19,7 @@ RUN set -ex; \
libpng-dev
\
libpq-dev
\
netcat
\
ssl-cert
\
\
&&
apt-get
-y
autoclean
;
apt-get
-y
autoremove
;
\
rm
-rf
/var/lib/apt/lists/
*
...
...
@@ -45,7 +46,7 @@ RUN set -ex; \
ENV
LIMESURVEY_VERSION=$version
# Apache configuration
RUN
a2enmod headers rewrite remoteip
;
\
RUN
a2ensite default-ssl
;
a2enmod headers rewrite remoteip
ssl
;
\
{
\
echo
RemoteIPHeader X-Real-IP
;
\
echo
RemoteIPTrustedProxy 10.0.0.0/8
;
\
...
...
This diff is collapsed.
Click to expand it.
docker-compose.sample.yaml
+
2
−
2
View file @
5eaba335
...
...
@@ -7,9 +7,9 @@ services:
-
"
/mnt/glusterfs/limesurvey/saml2:/etc/apache2/saml2"
ports
:
-
"
8080:80"
-
"
8443:443"
environment
:
HOST
:
dotazniky.pirati.cz
SP_ID
:
dotazniky
HOST
:
ankety.pirati.cz
IDP_METADATA
:
https://auth.pirati.cz/auth/realms/pirati/protocol/saml/descriptor
DB_TYPE
:
pgsql
DB_PORT
:
5432
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment