overleaf: init
All checks were successful
Flake check / flake-check (pull_request) Successful in 18s

This commit is contained in:
sid 2026-05-17 17:55:00 +02:00
parent dab1a39866
commit f64ee1322f
7 changed files with 290 additions and 0 deletions

View file

@ -37,6 +37,11 @@ rec {
fqdn = "ai." + domain;
port = 8083;
};
overleaf-oci = rec {
subdomain = "of";
fqdn = subdomain + "." + domain;
port = 8081;
};
rss-bridge = rec {
subdomain = "rss-bridge";
fqdn = subdomain + "." + domain;