How do I configure https for the Web UI on QNAP? I’ve forwarded external port 8090 to port 8090 on the QNAP and restarted duplicacy_web after manually killing the leftover running process. settings.json
is:
{
"listening_address": ":80",
"https_address": ":8090",
"https_domain": "gorlen.myqnapcloud.com",
"temporary_directory": "/share/CACHEDEV1_DATA/.qpkg/Duplicacy/.duplicacy-web/repositories",
"log_directory": "/share/CACHEDEV1_DATA/.qpkg/Duplicacy/.duplicacy-web/logs",
"dark_mode": false,
"cli_stable_version": false
}
Accessing https://gorlen.myqnapcloud.com:8090 fails with ERR_TIMED_OUT. The QNAP is accessible on port 8082, so DDNS is OK.