mirror of
https://github.com/linuxserver/docker-kometa.git
synced 2026-02-20 03:20:55 +08:00
Fix wiki links
This commit is contained in:
parent
164091ea68
commit
1eb2bba210
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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=''
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
@ -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=''
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user