feat(netbird): add NetBird installation and update scripts with configuration details

This commit is contained in:
MickLesk
2026-05-19 10:55:36 +02:00
parent a26a0a4eea
commit 7db803ccab
3 changed files with 128 additions and 0 deletions

44
json/netbird.json Normal file
View File

@@ -0,0 +1,44 @@
{
"name": "NetBird",
"slug": "netbird",
"categories": [
4
],
"date_created": "2026-05-19",
"type": "ct",
"updateable": true,
"privileged": true,
"interface_port": null,
"documentation": "https://docs.netbird.io/",
"website": "https://netbird.io/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/netbird.webp",
"description": "NetBird is an open-source, WireGuard-based overlay network that creates secure peer-to-peer connections between devices. The NetBird client (agent) allows this container to join a NetBird network as a routing peer, enabling secure remote access to your Proxmox network from anywhere.",
"install_methods": [
{
"type": "default",
"script": "ct/netbird.sh",
"config_path": "",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 4,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "This installs the NetBird client (agent). After setup, connect the peer to your network by running: netbird up --setup-key <YOUR_SETUP_KEY>",
"type": "info"
},
{
"text": "This container runs as privileged to allow access to the TUN device required by NetBird.",
"type": "warning"
}
]
}