service: Anubis.
This commit is contained in:
17
modules/services/anubis.nix
Normal file
17
modules/services/anubis.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user