zenix: merge alpine changes
This commit is contained in:
commit
f4ce9d292e
3 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ in {
|
|||
services.jellyseerr.enable = true;
|
||||
# probably easier if i just put this in a nixos-container
|
||||
virtualisation.oci-containers.containers.transmission = {
|
||||
image = "docker.io/haugene/transmission-openvpn:5.3.2";
|
||||
image = "docker.io/haugene/transmission-openvpn:5.4.1";
|
||||
ports = ["9091:9091"];
|
||||
volumes = [
|
||||
"/var/lib/transmission/downloads:/data/incomplete"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
};
|
||||
authentik-config = {
|
||||
autoStart = true;
|
||||
image = "ghcr.io/goauthentik/server:2026.2.1";
|
||||
image = "ghcr.io/goauthentik/server:2026.5.0";
|
||||
volumes = ["/home/tristan/pods/authentik/media:/media"];
|
||||
environment = {
|
||||
AUTHENTIK_POSTGRESQL__USER = postgres.user;
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ in {
|
|||
{
|
||||
name = "synapse";
|
||||
url = "https://raw.githubusercontent.com/element-hq/synapse/refs/heads/master/contrib/grafana/synapse.json";
|
||||
sha256 = "sha256:1hn05wwv38pi1s2j3bdsfs46jb2wjrz6ji5jq6x1dl89nkvmdfhv";
|
||||
sha256 = "sha256:1zszi1lqk05xiiw45ck3i8wp00ds904ycybc48a5w0ssj64jj1cy";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue