| options/nixos/services.nextcloud.notify_push.enable | Whether to enable Notify push.
|
| options/nixos/services.nextcloud.notify_push.logLevel | Log level
|
| options/nixos/services.nextcloud.notify_push.dbuser | Database user.
|
| options/nixos/services.nextcloud.notify_push.dbname | Database name.
|
| options/nixos/services.nextcloud.notify_push.dbtype | Database type.
|
| options/nixos/services.nextcloud.notify_push.socketPath | Socket path to use for notify_push
|
| options/nixos/services.nextcloud.notify_push.package | The nextcloud-notify_push package to use.
|
| options/nixos/services.nextcloud.notify_push.dbpassFile | The full path to a file that contains the database password.
|
| options/nixos/services.nextcloud.notify_push.dbhost | Database host (+port) or socket path
|
| options/nixos/services.nextcloud.notify_push.nextcloudUrl | Configure the nextcloud URL notify_push tries to connect to.
|
| options/nixos/services.nextcloud.notify_push.bendDomainToLocalhost | Whether 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
|
| options/nixos/services.nextcloud.notify_push.dbtableprefix | Table prefix in Nextcloud's database.
Note: since Nextcloud 20 it's not an option anymore to create a database
schema with a custom table prefix
|