mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-31 06:24:18 -04:00
fix(openthread-br): switch to unprivileged container
USB passthrough works unprivileged. Network operations (iptables, interface creation) should work with nesting enabled.
This commit is contained in:
@@ -13,7 +13,7 @@ var_ram="${var_ram:-2048}"
|
|||||||
var_disk="${var_disk:-4}"
|
var_disk="${var_disk:-4}"
|
||||||
var_os="${var_os:-debian}"
|
var_os="${var_os:-debian}"
|
||||||
var_version="${var_version:-13}"
|
var_version="${var_version:-13}"
|
||||||
var_unprivileged="${var_unprivileged:-0}"
|
var_unprivileged="${var_unprivileged:-1}"
|
||||||
|
|
||||||
header_info "$APP"
|
header_info "$APP"
|
||||||
variables
|
variables
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"date_created": "2026-03-30",
|
"date_created": "2026-03-30",
|
||||||
"type": "ct",
|
"type": "ct",
|
||||||
"updateable": true,
|
"updateable": true,
|
||||||
"privileged": true,
|
"privileged": false,
|
||||||
"interface_port": 80,
|
"interface_port": 80,
|
||||||
"documentation": "https://openthread.io/guides/border-router",
|
"documentation": "https://openthread.io/guides/border-router",
|
||||||
"website": "https://openthread.io/",
|
"website": "https://openthread.io/",
|
||||||
|
|||||||
Reference in New Issue
Block a user