mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
rss-bridge: remove old static service
This commit is contained in:
parent
c8cf20c2ab
commit
f5dd0cc7b1
1 changed files with 0 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
let
|
|
||||||
domain = "rss-bridge.buehler.rocks";
|
|
||||||
in
|
|
||||||
{
|
|
||||||
services.rss-bridge = {
|
|
||||||
enable = true;
|
|
||||||
virtualHost = domain;
|
|
||||||
};
|
|
||||||
|
|
||||||
services.nginx.virtualHosts.${domain} = {
|
|
||||||
forceSSL = true;
|
|
||||||
enableACME = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
security.acme.certs.${domain} = {
|
|
||||||
group = "nginx";
|
|
||||||
};
|
|
||||||
|
|
||||||
webapps.apps.rss-bridge = {
|
|
||||||
dashboard = {
|
|
||||||
name = "RSS-Bridge";
|
|
||||||
category = "app";
|
|
||||||
icon = "rss";
|
|
||||||
link = "https://rss-bridge.buehler.rocks";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue