Add: forceHttps (Closes #24)

This commit is contained in:
Christoph Wiechert
2018-12-14 17:49:27 +01:00
parent a2e4f0c316
commit 39a482807a
2 changed files with 13 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ const config = {
"sslPort": 8443,
"sslKeyFile": false,
"sslCertFile": false,
// Force redirect to https
// can be true or a specific url like https://example.com:8443
// keep empty to disable
"forceHttps": '',
// retention options in seconds:label
"retentions": {
"one-time": "one time download",