Supports displaying short links, for easy downloading on TVs and Android TVs

This commit is contained in:
Vadim Babadzhanyan 2024-08-16 18:39:24 +03:00
parent 2ea37dd7ba
commit 0a33b1f7df
8 changed files with 45 additions and 3 deletions

View file

@ -27,6 +27,7 @@ services:
# - WG_POST_DOWN=echo "Post Down" > /etc/wireguard/post-down.txt
# - UI_TRAFFIC_STATS=true
# - UI_CHART_TYPE=0 # (0 Charts disabled, 1 # Line chart, 2 # Area chart, 3 # Bar chart)
# - UI_SHOW_LINKS=true
image: ghcr.io/wg-easy/wg-easy
container_name: wg-easy
@ -39,7 +40,7 @@ services:
cap_add:
- NET_ADMIN
- SYS_MODULE
# - NET_RAW # ⚠️ Uncomment if using Podman
# - NET_RAW # ⚠️ Uncomment if using Podman
sysctls:
- net.ipv4.ip_forward=1
- net.ipv4.conf.all.src_valid_mark=1