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
7e7e5fd9
Commit
7e7e5fd9
authored
5 years ago
by
Andrej Ramašeuski
Browse files
Options
Downloads
Patches
Plain Diff
Genewrovani ServerName v konfiguraci webserveru
parent
ffdc6d52
No related branches found
No related tags found
No related merge requests found
Pipeline
#100
passed
5 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
entrypoint.sh
+3
-0
3 additions, 0 deletions
entrypoint.sh
mod_auth_mellon.conf
+3
-0
3 additions, 0 deletions
mod_auth_mellon.conf
with
6 additions
and
0 deletions
entrypoint.sh
+
3
−
0
View file @
7e7e5fd9
...
...
@@ -29,6 +29,8 @@ if [ ! -f /etc/apache2/saml2/idp.xml ]; then
curl
$IDP_METADATA
>
/etc/apache2/saml2/idp.xml
fi
sed
-i
"/{{HOST}}/
${
HOST
}
/"
/etc/apache2/conf-enabled/mod_auth_mellon.conf
# Create mod_auth_mellon service provider config
if
[
!
-f
/etc/apache2/saml2/sp.xml
]
;
then
pushd
/etc/apache2/saml2
...
...
@@ -37,6 +39,7 @@ if [ ! -f /etc/apache2/saml2/sp.xml ]; then
mv
http
*
.xml sp.xml
mv
http
*
.key sp.key
mv
http
*
.cert sp.cert
chmod
644 sp.key
popd
fi
...
...
This diff is collapsed.
Click to expand it.
mod_auth_mellon.conf
+
3
−
0
View file @
7e7e5fd9
ServerName
https
://{{
HOST
}}
<
Location
/ >
MellonEnable
info
MellonEndpointPath
/
mellon
...
...
@@ -5,6 +7,7 @@
MellonSPCertFile
/
etc
/
apache2
/
saml2
/
sp
.
cert
MellonSPMetadataFile
/
etc
/
apache2
/
saml2
/
sp
.
xml
MellonIdPMetadataFile
/
etc
/
apache2
/
saml2
/
idp
.
xml
MellonSignatureMethod
rsa
-
sha256
</
Location
>
<
Location
/
admin
>
...
...
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