mirror of https://github.com/synctv-org/synctv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
540 B
Bash
15 lines
540 B
Bash
SYNCTV_DOCS_SITE=https://docs.syncs.tv
|
|
SYNCTV_DOCS_BASE=/
|
|
|
|
# Repository-dependent defaults are derived from these values.
|
|
SYNCTV_DOCS_GITHUB_REPOSITORY=synctv-org/synctv
|
|
SYNCTV_DOCS_GITHUB_BRANCH=main
|
|
SYNCTV_DOCS_DOCKER_IMAGE=synctvorg/synctv
|
|
SYNCTV_DOCS_IMAGE_TAG=latest
|
|
SYNCTV_DOCS_HELM_CHART_VERSION=1.0.0
|
|
|
|
# Optional overrides. Leave commented to use derived defaults:
|
|
# - SYNCTV_DOCS_HELM_OCI_REPOSITORY defaults to
|
|
# ghcr.io/${SYNCTV_DOCS_GITHUB_REPOSITORY}/charts
|
|
# SYNCTV_DOCS_HELM_OCI_REPOSITORY=ghcr.io/synctv-org/synctv/charts
|