mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-12-22 00:34:26 +01:00
Update readme
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
e430fad46e
commit
4496211aa5
13
README.md
13
README.md
@ -184,6 +184,19 @@ For [dufs.env](infrastructure/dufs/env/dufs.env) file, you need to change the se
|
||||
DUFS_AUTH="admin:heqihlOfBmJDESGFlpbPi7P7Mi6F7RkV@/:rw|@/"
|
||||
```
|
||||
|
||||
|
||||
For [stirlingpdf.env](infrastructure/stirlingpdf/env/stirlingpdf.env) file, it's **completly optional**, you can change the password(s) and user.
|
||||
|
||||
```sh
|
||||
# Enable security, optional
|
||||
DOCKER_ENABLE_SECURITY=true
|
||||
SECURITY_ENABLE_LOGIN=true
|
||||
# Can be disabled after initial login, optional,
|
||||
# default it admin:stirling
|
||||
SECURITY_INITIALLOGIN_USERNAME=admin
|
||||
SECURITY_INITIALLOGIN_PASSWORD=Jw9U039f5xc2mFcacvGvPD9RjwIh4DzO
|
||||
```
|
||||
|
||||
### Start the infrastructure
|
||||
|
||||
Start the website with:
|
||||
|
@ -1,6 +1,9 @@
|
||||
LANGS=en_GB
|
||||
#SYSTEM_ROOTURIPATH=/
|
||||
# Enable security, optional
|
||||
#DOCKER_ENABLE_SECURITY=true
|
||||
#SECURITY_ENABLE_LOGIN=true
|
||||
# Can be disabled after initial login
|
||||
# Can be disabled after initial login, optional,
|
||||
# default it admin:stirling
|
||||
#SECURITY_INITIALLOGIN_USERNAME=admin
|
||||
#SECURITY_INITIALLOGIN_PASSWORD=admin
|
||||
#SECURITY_INITIALLOGIN_PASSWORD=Jw9U039f5xc2mFcacvGvPD9RjwIh4DzO
|
||||
|
Loading…
Reference in New Issue
Block a user