Bot Updating Documentation

pull/276/head
LinuxServer-CI 2025-01-14 10:12:12 +00:00
rodzic fd8fc52a7d
commit cb5d1a637c
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 15 dodań i 9 usunięć

Wyświetl plik

@ -45,7 +45,15 @@ This image can be run with a read-only container filesystem. For details please
### Caveats ### Caveats
`AUTO_UPDATE` will not be available. * `AUTO_UPDATE` will not be available.
## Non-Root Operation
This image can be run with a non-root user. For details please [read the docs](https://docs.linuxserver.io/misc/non-root/).
### Caveats
* `AUTO_UPDATE` will not be available.
## Usage ## Usage
@ -111,7 +119,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| `PUID=1000` | for UserID - see below for explanation | | `PUID=1000` | for UserID - see below for explanation |
| `PGID=1000` | for GroupID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation |
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | | `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
| `AUTO_UPDATE=true` | Allow Jackett to update inside of the container (currently recommended by Jackett and enabled by default) | | `AUTO_UPDATE=true` | Allow Jackett to update inside of the container. |
| `RUN_OPTS=` | Optionally specify additional arguments to be passed. | | `RUN_OPTS=` | Optionally specify additional arguments to be passed. |
### Volume Mappings (`-v`) ### Volume Mappings (`-v`)
@ -126,6 +134,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Parameter | Function | | Parameter | Function |
| :-----: | --- | | :-----: | --- |
| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). | | `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
| `--user=1000:1000` | Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |
## Environment variables from files (Docker secrets) ## Environment variables from files (Docker secrets)
@ -308,36 +317,33 @@ To help with development, we generate this dependency graph.
init-migrations -> init-adduser init-migrations -> init-adduser
init-os-end -> init-config init-os-end -> init-config
init-config -> init-config-end init-config -> init-config-end
init-crontab-config -> init-config-end
init-jackett-config -> init-config-end init-jackett-config -> init-config-end
init-os-end -> init-crontab-config init-config -> init-crontab-config
init-mods-end -> init-custom-files init-mods-end -> init-custom-files
base -> init-envfile base -> init-envfile
init-config -> init-jackett-config init-config -> init-jackett-config
base -> init-migrations base -> init-migrations
base -> init-mods
init-config-end -> init-mods init-config-end -> init-mods
init-mods -> init-mods-end
init-mods-package-install -> init-mods-end init-mods-package-install -> init-mods-end
init-mods -> init-mods-package-install init-mods -> init-mods-package-install
base -> init-os-end
init-adduser -> init-os-end init-adduser -> init-os-end
init-envfile -> init-os-end init-envfile -> init-os-end
init-migrations -> init-os-end
init-custom-files -> init-services init-custom-files -> init-services
init-mods-end -> init-services
init-services -> svc-cron init-services -> svc-cron
svc-cron -> legacy-services svc-cron -> legacy-services
init-services -> svc-jackett init-services -> svc-jackett
svc-jackett -> legacy-services svc-jackett -> legacy-services
} }
Base Images: { Base Images: {
"baseimage-alpine:3.20" "baseimage-alpine:3.21"
} }
"jackett:latest" <- Base Images "jackett:latest" <- Base Images
``` ```
## Versions ## Versions
* **12.01.25:** - Rebase to Alpine 3.21.
* **31.05.24:** - Rebase to Alpine 3.20. * **31.05.24:** - Rebase to Alpine 3.20.
* **11.03.24:** - Rebase to Alpine 3.19. Deprecate development tag as upstream is publishing nightly stable releases. * **11.03.24:** - Rebase to Alpine 3.19. Deprecate development tag as upstream is publishing nightly stable releases.
* **11.07.23:** - Rebase to Alpine 3.18. * **11.07.23:** - Rebase to Alpine 3.18.