service: Anubis.

This commit is contained in:
Sky
2026-01-27 16:06:00 +00:00
parent b9a3ebef6c
commit 250e35f683
4 changed files with 26 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
{ ... }:
{
services.anubis = {
instances = {
gitea = {
enable = true;
settings = {
BIND = "localhost:3001";
BIND_NETWORK = "tcp";
TARGET = "http://localhost:3000/";
WEBMASTER_EMAIL = "i@colorsky.fun";
SERVE_ROBOTS_TXT = true;
};
};
};
};
}