Update update checks so they hopefully work

This commit is contained in:
Matthew Wild 2020-11-11 16:50:30 +00:00
parent 668592c87a
commit e430586282
2 changed files with 9 additions and 0 deletions

View File

@ -69,6 +69,7 @@ modules_enabled = {
"default_bookmarks";
"roster_allinall";
"update_check";
"update_notify";
"turncredentials";
"admin_shell";
@ -128,7 +129,13 @@ statistics = "internal"
certificates = "certs"
-- Update check configuration
software_name = "Snikket"
update_notify_version_url = "https://snikket.org/updates/{branch}/{version}"
update_notify_support_url = "https://snikket.org/notices/{branch}/"
update_notify_message_url = "https://snikket.org/notices/{branch}/{message}"
update_check_dns = "_{branch}.update.snikket.net"
update_check_interval = 3607
http_host = DOMAIN
http_external_url = "https://"..DOMAIN.."/"

View File

@ -96,6 +96,7 @@
- mod_muc_local_only
- mod_firewall
- mod_turncredentials
- mod_admin_notify
- name: Install Bootstrap and JS libs
@ -120,4 +121,5 @@
- mod_http_acme_challenge
- mod_http_libjs
- mod_update_check
- mod_update_notify
- mod_authz_internal