Skip to content

Commit

Permalink
Add cap description
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Dec 1, 2024
1 parent ff90c5b commit 5ddfc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ custom_params:
- { name: "shm-size", name_compose: "shm_size", value: "1gb",desc: "This is needed for any modern website to function like youtube." }
cap_add_param: true
cap_add_param_vars:
- { cap_add_var: "NET_ADMIN" }
- { cap_add_var: "NET_ADMIN", desc: "Neccessary for Wireguard to create its VPN interface." }
opt_param_usage_include_env: true
opt_param_env_vars:
- { env_var: "LOCAL_NET", env_value: "192.168.0.0/16", desc: "If using a VPN, set this to your local LAN IP range using CIDR notation. Without it you will be unable to access the web interface. If you have multiple ranges or a complex LAN setup you will need to manage this yourself in the wg0.conf, see the App Setup section for details."}
Expand Down

0 comments on commit 5ddfc89

Please sign in to comment.