summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public/v4/apps/invidious.yml8
1 files 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: