2018-02-25 10:23:04 +08:00
|
|
|
[General]
|
2020-12-22 04:05:34 +08:00
|
|
|
# Instance name can be used to distinguish between different instances using backend api.getInstanceName()
|
2018-02-25 10:23:04 +08:00
|
|
|
instanceName=
|
|
|
|
|
2020-08-29 06:11:50 +08:00
|
|
|
# set to true to allow using Trilium without authentication (makes sense for server build only, desktop build doesn't need password)
|
|
|
|
noAuthentication=false
|
|
|
|
|
2021-01-13 04:50:05 +08:00
|
|
|
# set to true to disable backups (e.g. because of limited space on server)
|
|
|
|
noBackup=false
|
|
|
|
|
2019-11-26 04:24:41 +08:00
|
|
|
# Disable automatically generating desktop icon
|
|
|
|
# noDesktopIcon=true
|
|
|
|
|
2017-11-17 12:06:16 +08:00
|
|
|
[Network]
|
2019-07-10 04:50:20 +08:00
|
|
|
# host setting is relevant only for web deployments - set the host on which the server will listen
|
|
|
|
# host=0.0.0.0
|
2020-01-13 02:05:09 +08:00
|
|
|
# port setting is relevant only for web deployments, desktop builds run on a fixed port (changeable with TRILIUM_PORT environment variable)
|
2017-12-25 04:12:18 +08:00
|
|
|
port=8080
|
2017-11-17 12:55:50 +08:00
|
|
|
# true for TLS/SSL/HTTPS (secure), false for HTTP (unsecure).
|
|
|
|
https=false
|
2018-08-15 21:27:22 +08:00
|
|
|
# path to certificate (run "bash bin/generate-cert.sh" to generate self-signed certificate). Relevant only if https=true
|
2017-11-17 12:55:50 +08:00
|
|
|
certPath=
|
|
|
|
keyPath=
|