Rss bridge
services.rss-bridge.config
Attribute set of arbitrary config options. Please consult the documentation at the wiki and sample config to see a list of available options.
Type: attribute set of attribute set of (boolean or signed integer or string or list of string)
Default
FileCache.path = "${config.services.rss-bridge.dataDir}/cache/"
Example
{system.enabled_bridges = [ "*" ];error = {output = "http";report_limit = 5;};FileCache = {enable_purge = true;};}
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/rss-bridge.nix
services.rss-bridge.dataDir
Location in which cache directory will be created.
You can put config.ini.php
in here.
Type: string
Default
"/var/lib/rss-bridge"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/rss-bridge.nix
services.rss-bridge.enable
Whether to enable rss-bridge.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/rss-bridge.nix
services.rss-bridge.group
Group under which the web-application run.
Type: string
Default
"nginx"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/rss-bridge.nix
services.rss-bridge.pool
Name of existing phpfpm pool that is used to run web-application. If not specified a pool will be created automatically with default values.
Type: string
Default
"rss-bridge"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/rss-bridge.nix
services.rss-bridge.user
User account under which both the service and the web-application run.
Type: string
Default
"nginx"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/rss-bridge.nix
services.rss-bridge.virtualHost
Name of the nginx virtualhost to use and setup. If null, do not setup any virtualhost.
Type: null or string
Default
"rss-bridge"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/rss-bridge.nix