change cr.hotio.dev host to ghcr.io
This commit is contained in:
parent
1929e0492b
commit
cbed702076
@ -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";
|
||||
|
@ -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"
|
||||
];
|
||||
|
@ -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";
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user