mkModule gitea
This commit is contained in:
@@ -60,32 +60,19 @@ in
|
||||
crowdsec = {
|
||||
enable = true;
|
||||
port = 8181;
|
||||
apiAddress = "0.0.0.0";
|
||||
apiKey = config.sops.secrets."jallen-nas/crowdsec-capi".path;
|
||||
dataDir = "/media/nas/main/nix-app-data/crowdsec";
|
||||
};
|
||||
ersatztv = {
|
||||
enable = true;
|
||||
configPath = "/media/nas/main/nix-app-data/ersatztv";
|
||||
moviesPath = "/media/nas/main/movies";
|
||||
tvPath = "/media/nas/main/tv";
|
||||
transcodePath = "/media/nas/main/nix-app-data/transcode";
|
||||
port = 8409;
|
||||
};
|
||||
free-games-claimer = {
|
||||
enable = true;
|
||||
port = 6080;
|
||||
};
|
||||
free-games-claimer.enable = true;
|
||||
gitea = {
|
||||
enable = true;
|
||||
httpPort = 3000;
|
||||
sshPort = 2222;
|
||||
localAddress = "10.0.4.18";
|
||||
dataDir = "/media/nas/main/nix-app-data/gitea";
|
||||
reverseProxy = {
|
||||
enable = true;
|
||||
subdomain = "gitea";
|
||||
middlewares = [
|
||||
"crowdsec"
|
||||
"whitelist-geoblock"
|
||||
];
|
||||
};
|
||||
port = 3000;
|
||||
};
|
||||
glance = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user