summary refs log tree commit diff
path: root/nixos/modules/services/web-apps
diff options
context:
space:
mode:
authortalyz <kim.lindberger@gmail.com>2023-02-09 15:09:30 +0100
committertalyz <kim.lindberger@gmail.com>2023-02-09 17:36:29 +0100
commit8fb5bab784b274d37a11668b6b85c756ab044ef1 (patch)
tree7109734e86648de3dde063ca441d95622f219660 /nixos/modules/services/web-apps
parentaef5ef01089eb39c4abea5d1cf05866a57cc444a (diff)
downloadnixpkgs-8fb5bab784b274d37a11668b6b85c756ab044ef1.tar
nixpkgs-8fb5bab784b274d37a11668b6b85c756ab044ef1.tar.gz
nixpkgs-8fb5bab784b274d37a11668b6b85c756ab044ef1.tar.bz2
nixpkgs-8fb5bab784b274d37a11668b6b85c756ab044ef1.tar.lz
nixpkgs-8fb5bab784b274d37a11668b6b85c756ab044ef1.tar.xz
nixpkgs-8fb5bab784b274d37a11668b6b85c756ab044ef1.tar.zst
nixpkgs-8fb5bab784b274d37a11668b6b85c756ab044ef1.zip
discourse: 2.9.0.beta14 -> 3.1.0.beta2
Diffstat (limited to 'nixos/modules/services/web-apps')
-rw-r--r--nixos/modules/services/web-apps/discourse.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/services/web-apps/discourse.nix b/nixos/modules/services/web-apps/discourse.nix
index 5565a4f45d1..151fb812dde 100644
--- a/nixos/modules/services/web-apps/discourse.nix
+++ b/nixos/modules/services/web-apps/discourse.nix
@@ -615,6 +615,7 @@ in
       s3_endpoint = null;
       s3_http_continue_timeout = null;
       s3_install_cors_rule = null;
+      s3_asset_cdn_url = null;
 
       max_user_api_reqs_per_minute = 20;
       max_user_api_reqs_per_day = 2880;
@@ -647,6 +648,9 @@ in
       multisite_config_path = "config/multisite.yml";
       enable_long_polling = null;
       long_polling_interval = null;
+      preload_link_header = false;
+      redirect_avatar_requests = false;
+      pg_force_readonly_mode = false;
     };
 
     services.redis.servers.discourse =
@@ -1011,6 +1015,7 @@ in
         notification_email = cfg.mail.notificationEmailAddress;
         contact_email = cfg.mail.contactEmailAddress;
       };
+      security.force_https = tlsEnabled;
       email = {
         manual_polling_enabled = cfg.mail.incoming.enable;
         reply_by_email_enabled = cfg.mail.incoming.enable;