Fix wiki links

This commit is contained in:
thespad 2024-04-23 09:58:26 +01:00
parent 164091ea68
commit 1eb2bba210
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
4 changed files with 6 additions and 6 deletions

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ pipeline {
CI_WEB='false'
CI_PORT=''
CI_SSL=''
CI_DELAY='120'
CI_DELAY='60'
CI_DOCKERENV='TZ=Europe/London'
CI_AUTH=''
CI_WEBPATH=''

View File

@ -69,9 +69,9 @@ This image provides various versions that are available via tags. Please read th
## Application Setup
There is a [walkthrough](https://kometa.wiki/en/latest/home/guides/docker.html#setting-up-the-initial-config-file) available to help get you up and running.
There is a [walkthrough](https://kometa.wiki/en/latest/kometa/install/docker/#setting-up-the-initial-config-file) available to help get you up and running.
This image supports all of the environment variables listed [here](https://kometa.wiki/en/latest/home/environmental.html) and all commandline arguments.
This image supports all of the environment variables listed [here](https://kometa.wiki/en/latest/kometa/environmental/) and all commandline arguments.
To perform a one-time run use `docker run` (or `docker compose run`) with the `--rm`, and `-e KOMETA_RUN=True` or `--run` arguments. This will cause the container to process your config immediately instead of waiting for the scheduled time, and delete the old container after completion.

View File

@ -23,7 +23,7 @@ repo_vars:
- CI_WEB='false'
- CI_PORT=''
- CI_SSL=''
- CI_DELAY='120'
- CI_DELAY='60'
- CI_DOCKERENV='TZ=Europe/London'
- CI_AUTH=''
- CI_WEBPATH=''

View File

@ -51,9 +51,9 @@ optional_block_1: false
# application setup block
app_setup_block_enabled: true
app_setup_block: |
There is a [walkthrough](https://kometa.wiki/en/latest/home/guides/docker.html#setting-up-the-initial-config-file) available to help get you up and running.
There is a [walkthrough](https://kometa.wiki/en/latest/kometa/install/docker/#setting-up-the-initial-config-file) available to help get you up and running.
This image supports all of the environment variables listed [here](https://kometa.wiki/en/latest/home/environmental.html) and all commandline arguments.
This image supports all of the environment variables listed [here](https://kometa.wiki/en/latest/kometa/environmental/) and all commandline arguments.
To perform a one-time run use `docker run` (or `docker compose run`) with the `--rm`, and `-e KOMETA_RUN=True` or `--run` arguments. This will cause the container to process your config immediately instead of waiting for the scheduled time, and delete the old container after completion.