This commit is contained in:
commit
7d364cdfac
69 changed files with 5268 additions and 0 deletions
14
hosts/rx4/services/rss-bridge.nix
Normal file
14
hosts/rx4/services/rss-bridge.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ inputs, constants, ... }:
|
||||
|
||||
{
|
||||
imports = [ inputs.synix.nixosModules.rss-bridge ];
|
||||
|
||||
services.rss-bridge = {
|
||||
enable = true;
|
||||
reverseProxy = {
|
||||
enable = true;
|
||||
subdomain = constants.services.rss-bridge.subdomain;
|
||||
forceSSL = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue