diff options
author | Timo Kösters <timo@koesters.xyz> | 2023-07-29 20:01:38 +0200 |
---|---|---|
committer | Timo Kösters <timo@koesters.xyz> | 2023-07-29 21:53:57 +0200 |
commit | b8c164dc6027844d665158dc8906dd5c89f9238b (patch) | |
tree | 4af8afde123e6d9853819d3e1ff8d7e767c534d1 /debian | |
parent | da907451e77648b8fce022f0d7fa536a6f678267 (diff) | |
download | conduit-b8c164dc6027844d665158dc8906dd5c89f9238b.zip |
feat: version checker
Diffstat (limited to 'debian')
-rw-r--r-- | debian/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst index dfa599d..69a766a 100644 --- a/debian/postinst +++ b/debian/postinst @@ -73,6 +73,7 @@ max_request_size = 20_000_000 # in bytes allow_registration = true allow_federation = true +allow_check_for_updates = true trusted_servers = ["matrix.org"] |