From dca7b004754b886f0ba662af41374a16a4ac23c4 Mon Sep 17 00:00:00 2001 From: kendofriendo Date: Thu, 11 Aug 2022 23:20:24 -0400 Subject: [PATCH] Patch 1 (#698) * Update invidious.yml Developer no longer hosts on docker. Changed the image and links to quay.io. Also changed default postgres placeholder to 14 to match developer's docker-compose. * Update invidious.yml Replaced defaultValue for invidious version to correct Quay.io tag. * replace tag with SHA256 test did not work with tag, but did with sha --- public/v4/apps/invidious.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/v4/apps/invidious.yml b/public/v4/apps/invidious.yml index 2461f1c..0d12a99 100644 --- a/public/v4/apps/invidious.yml +++ b/public/v4/apps/invidious.yml @@ -14,7 +14,7 @@ services: caproverExtra: notExposeAsWebApp: 'true' $$cap_appname: - image: omarroth/invidious$$cap_version + image: quay.io/invidious/invidious$$cap_version restart: always environment: # Adapted from ./config/config.yml @@ -38,12 +38,12 @@ caproverOneClickApp: variables: - id: '$$cap_version' label: Invidious Version - defaultValue: '@sha256:31d0c0061778fecc98b693c8d53073e5ac758b1d570ac2881370547079fa2a4c' - description: Check out their Docker page for the valid tags https://hub.docker.com/r/omarroth/invidious/tags. If you want to use the latest tag (or a versioned release, if available), start with a colon (e.g. :latest). + defaultValue: '@sha256:38d9630df74d77e9b704c0dbac10c626ef0f8ccb75fa0457e546018e7227b215' + description: Check out their Quay.io page for the valid tags https://quay.io/repository/invidious/invidious?tab=tags. If you want to use the latest tag (or a versioned release, if available), start with a colon (e.g. :latest). validRegex: "/^([^\\s^\\/])+$/" - id: '$$db_version' label: Postgres Version - defaultValue: '10' # there is no other tag provided + defaultValue: '14' # there is no other tag provided description: Check out their Docker page for the valid tags https://hub.docker.com/_/postgres?tab=tags validRegex: "/^([^\\s^\\/])+$/" instructions: