+35
-8
nixos/modules/services/web-apps/nextcloud-notify_push.nix
+35
-8
nixos/modules/services/web-apps/nextcloud-notify_push.nix
·········-nextcloudUrl = "http${lib.optionalString config.services.nextcloud.https "s"}://${config.services.nextcloud.hostName}";·········
······+Wether to add an entry to `/etc/hosts` for the configured nextcloud domain to point to `localhost` and add `localhost `to nextcloud's `trusted_proxies` config option.+This is useful when nextcloud's domain is not a static IP address and when the reverse proxy cannot be bypassed because the backend connection is done via unix socket.············
+32
nixos/modules/services/web-apps/nextcloud.nix
+32
nixos/modules/services/web-apps/nextcloud.nix
···+The `notify_push` app requires redis to be configured. If this option is turned off, this must be configured manually.···