Bot Updating Documentation

revert-279-snap
LinuxServer-CI 2025-01-01 09:26:39 +00:00
rodzic f8fd685ee1
commit a70da8fbf7
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 1 dodań i 10 usunięć

Wyświetl plik

@ -33,15 +33,6 @@ The architectures supported by this image are:
| arm64 | ✅ | arm64v8-\<version tag\> |
| armhf | ❌ | |
## Version Tags
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
| Tag | Available | Description |
| :----: | :----: |--- |
| latest | ✅ | Stable releases based on Alpine *without* support for compiling Wireguard modules. |
| legacy | ✅ | Stable releases with support for compiling Wireguard modules for older kernels. |
## Application Setup
During container start, it will first check if the wireguard module is already installed and loaded. Kernels newer than 5.6 generally have the wireguard module built-in (along with some older custom kernels). However, the module may not be enabled. Make sure it is enabled prior to starting the container.
@ -116,7 +107,6 @@ This image can be run with a read-only container filesystem. For details please
### Caveats
* Not supported in client mode.
* Not supported for the `legacy` tag.
## Usage
@ -447,6 +437,7 @@ To help with development, we generate this dependency graph.
## Versions
* **01.01.25:** - Deprecate legacy branch.
* **13.08.24:** - Add `errors` plugin to default Corefile.
* **23.07.24:** - Install kmod from alpine repository.
* **24.05.24:** - Rebase to Alpine 3.20, install wireguard-tools from Alpine repo.