update settings template
This commit is contained in:
parent
f608f060a0
commit
0ff948cdd2
1 changed files with 15 additions and 15 deletions
30
.env.default
30
.env.default
|
@ -3,30 +3,30 @@ GANDIV5_API_KEY=xxxxxxxxxxxxxxxxx
|
|||
LETSENCRYPT_EMAIL=root@localhost.localdomain
|
||||
# sites
|
||||
DOMAIN=localhost.localdomain
|
||||
HOST_WWW=www
|
||||
PATH_PORTAINER=/portainer
|
||||
PATH_GLANCES=/glances
|
||||
PATH_DELUGE=/deluge
|
||||
PATH_TORRENT=/torrent
|
||||
HOST_TRAEFIK=traefik
|
||||
HOST_MAIL=mail
|
||||
HOST_SEAFILE=seafile
|
||||
HOST_BLOG=blog
|
||||
HOST_WALLABAG=wallabag
|
||||
HOST_SHAARLI=shaarli
|
||||
HOST_SELFOSS=selfoss
|
||||
HOST_BAIKAL=baikal
|
||||
HOST_PIGALLERY=pigallery
|
||||
HOST_BLOG=blog
|
||||
HOST_DELUGE=deluge
|
||||
HOST_DOKUWIKI=dokuwiki
|
||||
HOST_GLANCES=glances
|
||||
HOST_MAIL=mail
|
||||
HOST_NETDATA=netdata
|
||||
HOST_PIGALLERY=pigallery
|
||||
HOST_PORTAINER=portainer
|
||||
HOST_SEAFILE=seafile
|
||||
HOST_SELFOSS=selfoss
|
||||
HOST_SHAARLI=shaarli
|
||||
HOST_TRAEFIK=traefik
|
||||
HOST_WALLABAG=wallabag
|
||||
HOST_WWW=www
|
||||
# other
|
||||
TZ=Europe/Paris
|
||||
BASIC_AUTH=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/
|
||||
DELUGE_TORRENT_PORT=6881
|
||||
DOWNLOAD_HTTP_PORT=8000
|
||||
ROOT_INSTALL=/srv
|
||||
DB_ROOT_PASSWORD=rootpassword
|
||||
ADMIN_EMAIL=root@localdomain
|
||||
# torrent
|
||||
DELUGE_TORRENT_PORT=6881
|
||||
DOWNLOAD_HTTP_PORT=8000
|
||||
# seafile
|
||||
SEAFILE_ADMIN_PASSWORD=abc123456
|
||||
SEAFILE_REGULAR_USER=johndoe
|
||||
|
|
Loading…
Add table
Reference in a new issue