File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
rootfs/etc/s6-overlay/s6-rc.d/netbird Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11---
22name : NetBird
3- version : v0.30.0
3+ version : v0.30.0.1
44slug : netbird
55description : Connect your devices into a single secure private WireGuard®-based mesh network.
66url : https://github.com/netbirdio/addon-netbird
@@ -23,6 +23,7 @@ privileged:
2323 - NET_RAW
2424 - BPF
2525map :
26+ - homeassistant_config
2627 - addon_config:rw
2728options :
2829 admin_url : " "
Original file line number Diff line number Diff line change @@ -10,8 +10,11 @@ declare value
1010
1111
1212# Get the options configured in HASS GUI
13+ readonly CONFIG_OLD_PATH=/homeassistant/netbird/config.json
1314readonly CONFIG_PATH=/config/config.json
1415
16+ [ -f "${CONFIG_OLD_PATH}" ] && mv "${CONFIG_OLD_PATH}" "${CONFIG_PATH}"
17+
1518admin_url="$(bashio::config 'admin_url')"
1619management_url="$(bashio::config 'management_url')"
1720setup_key="$(bashio::config 'setup_key')"
You can’t perform that action at this time.
0 commit comments