You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
290 B
12 lines
290 B
4 years ago
|
TIME_ZONE=Etc/UTC
|
||
|
SEAFILE_ADMIN_EMAIL=me@example.com
|
||
|
SEAFILE_ADMIN_PASSWORD=asecret
|
||
|
SEAFILE_SERVER_LETSENCRYPT=false
|
||
|
#SEAFILE_SERVER_HOSTNAME=docs.seafile.com
|
||
|
|
||
|
# Reverse-proxy and certbot
|
||
|
VIRTUAL_HOST=domain.tld
|
||
|
VIRTUAL_PORT=80
|
||
|
LETSENCRYPT_HOST=domain.tld
|
||
|
LETSENCRYPT_EMAIL=user@domain.tld
|