Bot Updating Documentation

pull/110/head
LinuxServer-CI 2023-04-19 18:45:54 +02:00
rodzic 66fa88ce4c
commit 571d4a9372
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -93,9 +93,9 @@ Docker images are configured using parameters passed at runtime (such as those a
| Env | Function | | Env | Function |
| :----: | --- | | :----: | --- |
| `FERNETKEY=` | Optionally define a custom fernet key, has to be base64-encoded 32-byte (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications) | | `FERNETKEY=` | Optionally define a custom valid fernet key (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications) |
| `CERTFILE=` | Point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon | | `CERTFILE=` | Optionally point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon |
| `KEYFILE=` | Point this to the private key file, matching the certificate file referred to in CERTFILE | | `KEYFILE=` | Optionally point this to the private key file, matching the certificate file referred to in CERTFILE |
### Volume Mappings (`-v`) ### Volume Mappings (`-v`)
@ -143,7 +143,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
## Versions ## Versions
* **19.09.22:** - Rebase to alpine 3.17. * **30.12.22:** - Rebase to alpine 3.17.
* **19.09.22:** - Rebase to alpine 3.15. * **19.09.22:** - Rebase to alpine 3.15.
* **14.05.21:** - Add linuxserver wheel index. * **14.05.21:** - Add linuxserver wheel index.
* **12.02.21:** - Clean up cargo/rust cache. * **12.02.21:** - Clean up cargo/rust cache.