alpine: update authentik and transmission

This commit is contained in:
Tristan 2026-05-24 13:35:14 +01:00
parent b5e1d0081c
commit f9808f86e1
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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;

View file

@ -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";
}
];
}