add rsshub
Some checks failed
Flake check / flake-check (pull_request) Failing after 4s
Build hosts / build-hosts (pull_request) Failing after 6s

This commit is contained in:
sid 2026-03-30 19:52:16 +02:00
parent 86de57611a
commit f8a929c13b
6 changed files with 210 additions and 0 deletions

View file

@ -35,6 +35,10 @@ rec {
subdomain = "rss-bridge";
fqdn = subdomain + "." + domain;
};
rsshub-oci = {
fqdn = "rsshub." + domain;
port = 1200;
};
webdav = {
fqdn = "dav.rx4.tail";
port = 8080;