seafile-containerized/samples/server.conf
2016-11-26 19:41:22 +08:00

11 lines
351 B
Plaintext

# If you edit this file, remember to run ./launcher rebuild
[server]
server.hostname = seafile.example.com
admin.email = me@example.com
admin.password = asecret
# Comment out this line and uncomment the two lines below to use letsencrypt SSL certificate
server.port_mappings = 80:80
# server.letsencrypt = true
# server.port_mappings = 80:80,443:443