mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 20:37:57 +02:00
support for https
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
[Network]
|
||||
port=80
|
||||
# true for TLS/SSL/HTTPS (secure), false for HTTP (unsecure).
|
||||
https=false
|
||||
# path to certificate (run "bash generate-cert.sh" to generate self-signed certificate). Relevant only if https=true
|
||||
certPath=
|
||||
keyPath=
|
||||
|
||||
[Sync]
|
||||
syncServerHost=
|
||||
|
||||
Reference in New Issue
Block a user