Bot Updating Documentation

pull/222/head
LinuxServer-CI 2024-05-31 16:05:15 +00:00
rodzic 974fde90c7
commit b410b4a59c
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -52,7 +52,7 @@ Enabling WS_FALLBACK provides a fallback if the peer to peer WebRTC connection i
This is especially useful if you connect to your instance via a VPN as most VPN services block WebRTC completely in order to hide your real IP address.
*Warning*: All traffic sent between devices using this fallback is routed through the server and therefor not peer to peer! Traffic routed via this fallback is readable by the server and uses the server's bandwidth.
*Warning*: All traffic sent between devices using this fallback is routed through the server and therefore not peer to peer! Traffic routed via this fallback is readable by the server and uses the server's bandwidth.
## Usage
@ -291,6 +291,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **31.05.24:** - Rebase to Alpine 3.20.
* **31.01.24:** - Rebase to Alpine 3.19.
* **30.05.23:** - Rebase to Alpine 3.18.
* **06.03.23:** - Run npm install as non-root user.