summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorkendofriendo <[email protected]>2022-08-11 23:20:24 -0400
committerGitHub <[email protected]>2022-08-11 20:20:24 -0700
commitdca7b004754b886f0ba662af41374a16a4ac23c4 (patch)
tree0079de8d940b6b1b604c60029d1d6d4b22532c37
parent4ec4a4144f747c3f62d08e0afa3f1537f7eab073 (diff)
downloadcaprover-one-click-apps-dca7b004754b886f0ba662af41374a16a4ac23c4.tar.gz
caprover-one-click-apps-dca7b004754b886f0ba662af41374a16a4ac23c4.zip
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
-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: