Bot Updating Documentation

pull/268/head
LinuxServer-CI 2024-11-25 18:42:12 +00:00
rodzic dfa83e474a
commit e9e46dc918
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -31,7 +31,7 @@ The architectures supported by this image are:
| Architecture | Available | Tag |
| :----: | :----: | ---- |
| x86-64 | ✅ | amd64-\<version tag\> |
| arm64 | ✅ | arm64v8-\<version tag\> |
| arm64 | ❌ | |
| armhf | ❌ | |
## Application Setup
@ -93,7 +93,7 @@ To install cjk fonts on startup as an example pass the environment variables (Al
```
-e DOCKER_MODS=linuxserver/mods:universal-package-install
-e INSTALL_PACKAGES=noto-fonts-cjk
-e INSTALL_PACKAGES=fonts-noto-cjk
-e LC_ALL=zh_CN.UTF-8
```
@ -406,6 +406,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **25.11.24:** - Rebase to Debian using official appimage, drop aarch64 support.
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
* **05.09.23:** - Add openexr dependency.
* **18.03.23:** - Rebase to KasmVNC base image.