From b26320f99945212d730c70ab1fbb5ed8ca506a68 Mon Sep 17 00:00:00 2001 From: June Date: Tue, 27 Aug 2024 00:00:55 +0200 Subject: [PATCH] penpot: switch to stock penpot image and version 2.1.3 Do that since it now has all the fixes applied we need. --- config/hosts/penpot/penpot.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/hosts/penpot/penpot.nix b/config/hosts/penpot/penpot.nix index 5567308..0629d1f 100644 --- a/config/hosts/penpot/penpot.nix +++ b/config/hosts/penpot/penpot.nix @@ -12,7 +12,7 @@ let # https://help.penpot.app/technical-guide/configuration/#common # https://github.com/penpot/penpot/commit/ea7ad2aaa096f8d190d740f693f22f3ed1f05088 commonPenpotFlags = "disable-registration enable-oidc-registration disable-login-with-password enable-login-with-oidc"; - penpotVersion = "2.1.2"; + penpotVersion = "2.1.3"; in { virtualisation.docker.enable = true; @@ -21,7 +21,7 @@ in containers = { "penpot-frontend" = { autoStart = true; - image = "git.hamburg.ccc.de/ccchh/oci-images/penpot/frontend:${penpotVersion}"; + image = "docker.io/penpotapp/frontend:${penpotVersion}"; extraOptions = [ "--network=penpot" ]; ports = [ "9001:80" ]; volumes = [ "penpot_assets:/opt/data/assets" ]; @@ -39,7 +39,7 @@ in "penpot-backend" = { autoStart = true; - image = "git.hamburg.ccc.de/ccchh/oci-images/penpot/backend:${penpotVersion}"; + image = "docker.io/penpotapp/backend:${penpotVersion}"; extraOptions = [ "--network=penpot" ]; volumes = [ "penpot_assets:/opt/data/assets" ]; dependsOn = [ @@ -95,7 +95,7 @@ in "penpot-exporter" = { autoStart = true; - image = "git.hamburg.ccc.de/ccchh/oci-images/penpot/exporter:${penpotVersion}"; + image = "docker.io/penpotapp/exporter:${penpotVersion}"; extraOptions = [ "--network=penpot" ]; environment = { # https://help.penpot.app/technical-guide/configuration/#exporter