New service: Forgejo

This commit is contained in:
pazpi 2025-10-07 22:52:54 +02:00
parent 3947745bec
commit 0ba7940dba
8 changed files with 190 additions and 0 deletions

View file

@ -50,6 +50,12 @@ in
host = p.hosts.firefly-iii;
};
forgejo.proxy = {
enable = true;
domain = p.domains.public;
host = p.hosts.forgejo;
};
immich.proxy = {
enable = true;
domain = p.domains.public;