📦 add gitea

This commit is contained in:
2021-10-13 21:11:36 -04:00
parent 66d78f6d68
commit beeb532c6c
4 changed files with 65 additions and 0 deletions

View File

@ -10,6 +10,7 @@ in {
../../modules/coredns
../../modules/code-server
../../modules/gitea
../../modules/home-assistant
../../modules/matrix
];
@ -149,6 +150,11 @@ in {
targets = [ "agent:5001" "form:5001" "matter:5001" "purpose:5001" ];
}];
}
{
job_name = "exportarr";
static_configs =
[{ targets = [ "plato:9707" "plato:9708" "plato:9709" ]; }];
}
];
};
};

View File

@ -11,6 +11,7 @@ in {
../../modules/coredns
../../modules/code-server/nginx.nix
../../modules/gitea/nginx.nix
../../modules/home-assistant/nginx.nix
../../modules/matrix/nginx.nix
];