change cr.hotio.dev host to ghcr.io

This commit is contained in:
Dmitriy Kholkin 2024-01-27 18:03:07 +03:00
parent 1929e0492b
commit cbed702076
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2
5 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ let
in {
virtualisation.oci-containers.containers.media-caddy = {
autoStart = true;
image = "cr.hotio.dev/hotio/caddy:release-2.7.4";
image = "ghcr.io/hotio/caddy:release-2.7.4";
environment = {
PUID = "1000";
PGID = "100";

View File

@ -12,7 +12,7 @@ in {
TZ = "Europe/Moscow";
};
extraOptions = [ "--pod=media-stack" ];
image = "cr.hotio.dev/hotio/jackett:release-0.21.946";
image = "ghcr.io/hotio/jackett:release-0.21.946";
volumes = [
"${nas-path}/configs/jackett:/config"
];

View File

@ -5,7 +5,7 @@ let
in {
virtualisation.oci-containers.containers.qbittorrent = {
autoStart = true;
image = "cr.hotio.dev/hotio/qbittorrent:release-4.5.5";
image = "ghcr.io/hotio/qbittorrent:release-4.5.5";
environment = {
PUID = "1000";
PGID = "100";

View File

@ -14,7 +14,7 @@ in {
HTTPS_PROXY = "http://192.168.0.6:8888";
};
extraOptions = [ "--pod=media-stack" ];
image = "cr.hotio.dev/hotio/radarr:release-4.7.5.7809";
image = "ghcr.io/hotio/radarr:release-4.7.5.7809";
volumes = [
"${nas-path}/configs/radarr:/config"
"${nas-path}:/data"

View File

@ -12,7 +12,7 @@ in {
TZ = "Europe/Moscow";
};
extraOptions = [ "--pod=media-stack" ];
image = "cr.hotio.dev/hotio/sonarr:nightly-4.0.0.688";
image = "ghcr.io/hotio/sonarr:nightly-4.0.0.688";
volumes = [
"${nas-path}/configs/sonarr:/config"
"${nas-path}:/data"