[matrix] Got Blazestar.net working, but federation and cross-server joining isn't quite right.

This commit is contained in:
2025-06-25 15:49:25 -07:00
parent b1510c3670
commit 1dc7d7b355
4 changed files with 91 additions and 18 deletions

View File

@@ -40,7 +40,7 @@ in
# };
};
deluge = {
image = "linuxserver/deluge:latest";
image = "lscr.io/linuxserver/deluge:latest";
autoStart = true;
dependsOn = [
"gluetun"
@@ -62,7 +62,7 @@ in
];
};
qbittorrent = {
image = "linuxserver/qbittorrent:latest";
image = "lscr.io/linuxserver/qbittorrent:latest";
autoStart = true;
dependsOn = [
"gluetun"