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
This commit is contained in:
parent
4ec4a4144f
commit
dca7b00475
|
|
@ -14,7 +14,7 @@ services:
|
||||||
caproverExtra:
|
caproverExtra:
|
||||||
notExposeAsWebApp: 'true'
|
notExposeAsWebApp: 'true'
|
||||||
$$cap_appname:
|
$$cap_appname:
|
||||||
image: omarroth/invidious$$cap_version
|
image: quay.io/invidious/invidious$$cap_version
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
# Adapted from ./config/config.yml
|
# Adapted from ./config/config.yml
|
||||||
|
|
@ -38,12 +38,12 @@ caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- id: '$$cap_version'
|
- id: '$$cap_version'
|
||||||
label: Invidious Version
|
label: Invidious Version
|
||||||
defaultValue: '@sha256:31d0c0061778fecc98b693c8d53073e5ac758b1d570ac2881370547079fa2a4c'
|
defaultValue: '@sha256:38d9630df74d77e9b704c0dbac10c626ef0f8ccb75fa0457e546018e7227b215'
|
||||||
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).
|
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^\\/])+$/"
|
validRegex: "/^([^\\s^\\/])+$/"
|
||||||
- id: '$$db_version'
|
- id: '$$db_version'
|
||||||
label: Postgres 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
|
description: Check out their Docker page for the valid tags https://hub.docker.com/_/postgres?tab=tags
|
||||||
validRegex: "/^([^\\s^\\/])+$/"
|
validRegex: "/^([^\\s^\\/])+$/"
|
||||||
instructions:
|
instructions:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue