mirror of
https://github.com/3-w-c/docker-simplesamlphp.git
synced 2026-08-19 07:15:50 +00:00
Merge pull request #17 from Venator-Fox/feature/documentation
Feature/documentation
This commit is contained in:
+3
-1
@@ -77,6 +77,7 @@ It is recommended to set them properly and not use default values.
|
||||
|
||||
| Variable | Default Value | Description |
|
||||
| ------ | ------ | ------ |
|
||||
| CONFIG_BASEURLPATH | simplesaml/ | If using SSL behind a proxy enter the base URL here, otherwise IdP metadata will use http://. Format is [(http|https)://(hostname|fqdn)[:port]]/[path/to/simplesaml/]. |
|
||||
| DOCKER_REDIRECTLOGS | false | Redirect logs written to the log file by SimpleSAMLphp to `/proc/1/fd/1`. This does not work yet due to permissions issues. If someone knows how to resolve this please let me know or contribute a fix to the Git repository. Thanks! |
|
||||
| CONFIG_AUTHADMINPASSWORD | SSHA256 hash of '123' | Plain text works as well. Use PWGen to generate a hash for this variable. Refer to [SimpleSAMLphp docs](https://simplesamlphp.org/docs/stable/simplesamlphp-install), installation guide section 7. |
|
||||
| CONFIG_SECRETSALT | defaultsecretsalt | Refer to [SimpleSAMLphp docs](https://simplesamlphp.org/docs/stable/simplesamlphp-install), installation guide section 7 if help is needed for generating one. |
|
||||
@@ -213,8 +214,9 @@ services:
|
||||
|
||||
simplesamlphp:
|
||||
container_name: simplesamlphp
|
||||
image: venatorfox/simplesamlphp
|
||||
image: venatorfox/simplesamlphp:1.14.15
|
||||
environment:
|
||||
- CONFIG_BASEURLPATH=https://localhost/simplesaml/
|
||||
# To login to this example setup, use 123 for the password.
|
||||
- CONFIG_AUTHADMINPASSWORD={SSHA256}MjJSiMlkQLa+fqI+CmQ1x1oUJ7OGucYpznKxBBHpgfC+Oh+7B9vgGw==
|
||||
- CONFIG_SECRETSALT=exampleabcdefghijklmnopqrstuvwxy
|
||||
|
||||
@@ -4,8 +4,9 @@ services:
|
||||
|
||||
simplesamlphp:
|
||||
container_name: simplesamlphp
|
||||
image: venatorfox/simplesamlphp
|
||||
image: venatorfox/simplesamlphp:1.14.15
|
||||
environment:
|
||||
- CONFIG_BASEURLPATH=https://localhost/simplesaml/
|
||||
# To login to this example setup, use 123 for the password.
|
||||
- CONFIG_AUTHADMINPASSWORD={SSHA256}MjJSiMlkQLa+fqI+CmQ1x1oUJ7OGucYpznKxBBHpgfC+Oh+7B9vgGw==
|
||||
- CONFIG_SECRETSALT=exampleabcdefghijklmnopqrstuvwxy
|
||||
|
||||
+5
-2
@@ -1,4 +1,5 @@
|
||||
[](https://microbadger.com/images/venatorfox/simplesamlphp:1.14.16 "Get your own version badge on microbadger.com") [](https://microbadger.com/images/venatorfox/simplesamlphp:1.14.16 "Get your own image badge on microbadger.com") [](https://hub.docker.com/r/venatorfox/simplesamlphp) [](https://hub.docker.com/r/venatorfox/simplesamlphp) [](https://github.com/Venator-Fox/docker-simplesamlphp/issues) [](https://opensource.org/licenses/MIT)
|
||||
|
||||
Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`1.14.16`, `latest` (*1.14.16/Dockerfile*)](https://github.com/Venator-Fox/docker-simplesamlphp/blob/master/1.14.16/Dockerfile)
|
||||
@@ -76,6 +77,7 @@ It is recommended to set them properly and not use default values.
|
||||
|
||||
| Variable | Default Value | Description |
|
||||
| ------ | ------ | ------ |
|
||||
| CONFIG_BASEURLPATH | simplesaml/ | If using SSL behind a proxy enter the base URL here, otherwise IdP metadata will use http://. Format is [(http|https)://(hostname|fqdn)[:port]]/[path/to/simplesaml/]. |
|
||||
| DOCKER_REDIRECTLOGS | false | Redirect logs written to the log file by SimpleSAMLphp to `/proc/1/fd/1`. This does not work yet due to permissions issues. If someone knows how to resolve this please let me know or contribute a fix to the Git repository. Thanks! |
|
||||
| CONFIG_AUTHADMINPASSWORD | SSHA256 hash of '123' | Plain text works as well. Use PWGen to generate a hash for this variable. Refer to [SimpleSAMLphp docs](https://simplesamlphp.org/docs/stable/simplesamlphp-install), installation guide section 7. |
|
||||
| CONFIG_SECRETSALT | defaultsecretsalt | Refer to [SimpleSAMLphp docs](https://simplesamlphp.org/docs/stable/simplesamlphp-install), installation guide section 7 if help is needed for generating one. |
|
||||
@@ -212,8 +214,9 @@ services:
|
||||
|
||||
simplesamlphp:
|
||||
container_name: simplesamlphp
|
||||
image: venatorfox/simplesamlphp
|
||||
image: venatorfox/simplesamlphp:1.14.16
|
||||
environment:
|
||||
- CONFIG_BASEURLPATH=https://localhost/simplesaml/
|
||||
# To login to this example setup, use 123 for the password.
|
||||
- CONFIG_AUTHADMINPASSWORD={SSHA256}MjJSiMlkQLa+fqI+CmQ1x1oUJ7OGucYpznKxBBHpgfC+Oh+7B9vgGw==
|
||||
- CONFIG_SECRETSALT=exampleabcdefghijklmnopqrstuvwxy
|
||||
@@ -271,7 +274,7 @@ services:
|
||||
|
||||
simplesamlphp-haproxy:
|
||||
container_name: simplesamlphp-haproxy
|
||||
image: million12/haproxy:1.7.8
|
||||
image: million12/haproxy:1.7.9
|
||||
depends_on:
|
||||
- simplesamlphp
|
||||
links:
|
||||
|
||||
@@ -6,6 +6,7 @@ services:
|
||||
container_name: simplesamlphp
|
||||
image: venatorfox/simplesamlphp:1.14.16
|
||||
environment:
|
||||
- CONFIG_BASEURLPATH=https://localhost/simplesaml/
|
||||
# To login to this example setup, use 123 for the password.
|
||||
- CONFIG_AUTHADMINPASSWORD={SSHA256}MjJSiMlkQLa+fqI+CmQ1x1oUJ7OGucYpznKxBBHpgfC+Oh+7B9vgGw==
|
||||
- CONFIG_SECRETSALT=exampleabcdefghijklmnopqrstuvwxy
|
||||
|
||||
Reference in New Issue
Block a user