Compare commits
2 commits
5d19a2d303
...
f4ce9d292e
| Author | SHA1 | Date | |
|---|---|---|---|
| f4ce9d292e | |||
| f9808f86e1 |
3 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ in {
|
||||||
services.jellyseerr.enable = true;
|
services.jellyseerr.enable = true;
|
||||||
# probably easier if i just put this in a nixos-container
|
# probably easier if i just put this in a nixos-container
|
||||||
virtualisation.oci-containers.containers.transmission = {
|
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"];
|
ports = ["9091:9091"];
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/lib/transmission/downloads:/data/incomplete"
|
"/var/lib/transmission/downloads:/data/incomplete"
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
};
|
};
|
||||||
authentik-config = {
|
authentik-config = {
|
||||||
autoStart = true;
|
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"];
|
volumes = ["/home/tristan/pods/authentik/media:/media"];
|
||||||
environment = {
|
environment = {
|
||||||
AUTHENTIK_POSTGRESQL__USER = postgres.user;
|
AUTHENTIK_POSTGRESQL__USER = postgres.user;
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ in {
|
||||||
{
|
{
|
||||||
name = "synapse";
|
name = "synapse";
|
||||||
url = "https://raw.githubusercontent.com/element-hq/synapse/refs/heads/master/contrib/grafana/synapse.json";
|
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