9 changed files with 58 additions and 3 deletions
@ -0,0 +1,6 @@ |
|||
|
|||
|
|||
HEADS UP !!! |
|||
|
|||
This system is not configured ! |
|||
|
|||
@ -0,0 +1,6 @@ |
|||
|
|||
|
|||
HEADS UP !!! |
|||
|
|||
This system is not configured ! |
|||
|
|||
@ -0,0 +1,6 @@ |
|||
|
|||
|
|||
HEADS UP !!! |
|||
|
|||
This system is not configured ! |
|||
|
|||
@ -0,0 +1,6 @@ |
|||
|
|||
|
|||
HEADS UP !!! |
|||
|
|||
This system is not configured ! |
|||
|
|||
@ -0,0 +1,6 @@ |
|||
|
|||
|
|||
HEADS UP !!! |
|||
|
|||
This system is not configured ! |
|||
|
|||
@ -0,0 +1,6 @@ |
|||
|
|||
|
|||
HEADS UP !!! |
|||
|
|||
This system is not configured ! |
|||
|
|||
@ -0,0 +1,16 @@ |
|||
## |
|||
## Nextcloud Configuration Environment Variables |
|||
## |
|||
|
|||
# Nextcloud domain configuration |
|||
NEXTCLOUD_TRUSTED_DOMAINS=optiplex-7000.itix.fr |
|||
OVERWRITEHOST=optiplex-7000.itix.fr |
|||
OVERWRITEPROTOCOL=http |
|||
OVERWRITECLIURL=http://optiplex-7000.itix.fr |
|||
|
|||
# Nextcloud admin credentials |
|||
NEXTCLOUD_ADMIN_USER=admin |
|||
NEXTCLOUD_ADMIN_PASSWORD=nextcloud |
|||
|
|||
# Nextcloud server info token |
|||
NEXTCLOUD_SERVERINFO_TOKEN=S3cr3t! |
|||
@ -0,0 +1,4 @@ |
|||
DATABASE=itix |
|||
ADMIN_PASSWORD=S3cr3t! |
|||
RIBBON_COLOR=rgba(0,0,255,.6) |
|||
RIBBON_NAME=SITE1<br/>({db_name}) |
|||
Loading…
Reference in new issue