seafile-containerized/samples/server.conf

11 lines
351 B
Plaintext
Raw Normal View History

2016-11-16 01:46:08 +00:00
# If you edit this file, remember to run ./launcher rebuild
[server]
server.hostname = seafile.example.com
admin.email = me@example.com
2016-11-16 01:46:08 +00:00
admin.password = asecret
2016-11-25 07:54:57 +00:00
2016-11-25 08:42:29 +00:00
# Comment out this line and uncomment the two lines below to use letsencrypt SSL certificate
2016-11-26 11:41:22 +00:00
server.port_mappings = 80:80
2016-11-25 07:54:57 +00:00
# server.letsencrypt = true
2016-11-26 11:41:22 +00:00
# server.port_mappings = 80:80,443:443