Selfoss
services.selfoss.database.host
Host of the database (has no effect if type is "sqlite").
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/selfoss.nix
services.selfoss.database.name
Name of the existing database (has no effect if type is "sqlite").
Type: string
Default
"tt_rss"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/selfoss.nix
services.selfoss.database.password
The database user's password (has no effect if type is "sqlite").
Type: null or string
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/selfoss.nix
services.selfoss.database.port
The database's port. If not set, the default ports will be provided (5432 and 3306 for pgsql and mysql respectively) (has no effect if type is "sqlite").
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/selfoss.nix
services.selfoss.database.type
Database to store feeds. Supported are sqlite, pgsql and mysql.
Type: one of "pgsql", "mysql", "sqlite"
Default
"sqlite"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/selfoss.nix
services.selfoss.database.user
The database user. The user must exist and has access to the specified database (has no effect if type is "sqlite").
Type: string
Default
"tt_rss"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/selfoss.nix
services.selfoss.enable
Whether to enable selfoss.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/selfoss.nix
services.selfoss.extraConfig
Extra configuration added to config.ini
Type: strings concatenated with "\n"
Default
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/selfoss.nix
services.selfoss.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
"selfoss_pool"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/selfoss.nix
services.selfoss.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/selfoss.nix