Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions netbird/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ comparison to installing any other Home Assistant add-on.

## Configuration

You'll see the config file at `/config/netbird/config.json` after first boot.
You'll see the config file at `/addon_config/*_netbird/config.json` after first boot.

### Option: `log_level`

Expand Down Expand Up @@ -153,4 +153,4 @@ SOFTWARE.
[releases]: https://github.com/netbirdio/addon-netbird/releases
[semver]: http://semver.org/spec/v2.0.0.html
[netbird]: https://github.com/netbirdio/netbird
[lfarkas]: https://github.com/lfarkas
[lfarkas]: https://github.com/lfarkas
2 changes: 1 addition & 1 deletion netbird/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ privileged:
- NET_RAW
- BPF
map:
- config:rw
- addon_config:rw
options:
admin_url: ""
management_url: ""
Expand Down
3 changes: 2 additions & 1 deletion netbird/rootfs/etc/s6-overlay/s6-rc.d/netbird/run
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ declare -a options
declare name
declare value


# Get the options configured in HASS GUI
readonly CONFIG_PATH=/config/netbird/config.json
readonly CONFIG_PATH=/config/config.json

admin_url="$(bashio::config 'admin_url')"
management_url="$(bashio::config 'management_url')"
Expand Down
Loading