fixes
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
}
|
||||
'';
|
||||
|
||||
"git.gardling.com".extraConfig = ''
|
||||
${service_configs.gitea.domain}.extraConfig = ''
|
||||
reverse_proxy 127.0.0.1:${builtins.toString service_configs.ports.gitea}
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
|
||||
settings = {
|
||||
server = {
|
||||
DOMAIN = "git.gardling.com";
|
||||
ROOT_URL = "https://git.gardling.com";
|
||||
DOMAIN = service_configs.gitea.domain;
|
||||
ROOT_URL = "https://" + service_configs.gitea.domain;
|
||||
HTTP_PORT = service_configs.ports.gitea;
|
||||
LANDING_PAGE = "/explore/repos";
|
||||
};
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
pkgs,
|
||||
config,
|
||||
service_configs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
gluetun.containerConfig = {
|
||||
image = "docker.io/qmcgaw/gluetun";
|
||||
name = "gluetun";
|
||||
autoUpdate = "registry";
|
||||
# autoUpdate = "registry";
|
||||
|
||||
addCapabilities = [
|
||||
"NET_ADMIN"
|
||||
@@ -36,7 +36,6 @@
|
||||
environments = {
|
||||
WEBUI_PORT = service_configs.ports.torrent;
|
||||
DOCKER_MODS = "ghcr.io/gabe565/linuxserver-mod-vuetorrent";
|
||||
# PUID = 1000;
|
||||
PGID = config.users.groups.${config.services.jellyfin.group}.gid;
|
||||
};
|
||||
|
||||
@@ -54,6 +53,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networks = {
|
||||
internal.networkConfig.subnets = [ "10.0.123.1/24" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user