Updates!
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
};
|
||||
|
||||
gitea = {
|
||||
image = "docker.io/gitea/gitea:1.24.0-rc0-rootless";
|
||||
image = "docker.io/gitea/gitea:1.25.0-rootless";
|
||||
volumes = [ "/home/sezycei/srv/containerdata/gitea/data:/var/lib/gitea"
|
||||
"/home/sezycei/srv/containerdata/gitea/config:/etc/gitea"
|
||||
];
|
||||
@@ -146,7 +146,7 @@
|
||||
};
|
||||
|
||||
vaultwarden = {
|
||||
image = "vaultwarden/server:1.33.2";
|
||||
image = "vaultwarden/server:1.34.3";
|
||||
ports = [ "40080:80" ];
|
||||
volumes = [
|
||||
"/home/sezycei/srv/containerdata/bitwarden/data:/data"
|
||||
|
||||
@@ -87,7 +87,6 @@
|
||||
proxy_set_header X-Request-Base "https://hydra.matri.cx";
|
||||
'';
|
||||
};
|
||||
"jame.su" = static { dir = "/var/www/jame.su"; };
|
||||
"llm.matri.cx" = proxiedLAN {
|
||||
target = "http://192.168.0.94:11434";
|
||||
extra = ''
|
||||
@@ -102,7 +101,6 @@
|
||||
"purr.eversole.co" = proxied { target = "http://127.0.0.1:5195"; };
|
||||
"pw.eversole.co" = proxied { target = "http://127.0.0.1:40080"; };
|
||||
"sezycei.com" = static { dir = "/var/www/sezycei.com"; };
|
||||
"snakebelmont.com" = static { dir = "/var/www/snakebelmont.com"; };
|
||||
"transmission.matri.cx" = proxiedLAN { target = "http://127.0.0.1:9091"; };
|
||||
"vpn.matri.cx" = {
|
||||
forceSSL = true;
|
||||
|
||||
Reference in New Issue
Block a user