Skip to content

Instantly share code, notes, and snippets.

@kleo
Last active December 4, 2025 18:01
Show Gist options
  • Select an option

  • Save kleo/b57bfc6bab3ef7b055199aa903939e99 to your computer and use it in GitHub Desktop.

Select an option

Save kleo/b57bfc6bab3ef7b055199aa903939e99 to your computer and use it in GitHub Desktop.
netbird on truenas installed by yaml Apps > Discover Apps > Install via YAML https://www.youtube.com/watch?v=C3z4orIysUM
services:
netbird:
cap_add:
- NET_ADMIN
- SYS_ADMIN
- SYS_RESOURCE
container_name: netbird
environment:
- NB_SETUP_KEY=<setup key>
- NB_MANAGEMENT_URL=https://netbird.example.com
- NB_EXTRA_DNS_LABELS=gitea,nextcloud,npm
image: netbirdio/netbird:0.60.5
network_mode: host
volumes:
- netbird-client:/var/lib/netbird
volumes:
netbird-client:
name: netbird-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment