mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-18 08:22:16 +00:00
- Archive frontend to community-scripts/ProxmoxVE-Frontend-Archive - Move frontend/public/json/ -> json/ - Update workflow paths in 5 actions: - update-versions-github.yml - update-json-date.yml - push-json-to-pocketbase.yml - delete-pocketbase-entry-on-removal.yml - autolabeler.yml - Remove frontend-cicd.yml (no longer needed) - Clean up .gitignore (remove frontend-specific entries)
49 lines
1.3 KiB
JSON
Generated
49 lines
1.3 KiB
JSON
Generated
{
|
|
"name": "NetBird",
|
|
"slug": "add-netbird-lxc",
|
|
"categories": [
|
|
1
|
|
],
|
|
"date_created": "2024-05-19",
|
|
"type": "addon",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": null,
|
|
"documentation": "https://docs.netbird.io/",
|
|
"website": "https://netbird.io/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/netbird.webp",
|
|
"config_path": "",
|
|
"description": "NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "tools/addon/add-netbird-lxc.sh",
|
|
"resources": {
|
|
"cpu": null,
|
|
"ram": null,
|
|
"hdd": null,
|
|
"os": null,
|
|
"version": null
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "After the script finishes, reboot the LXC then run `netbird up` in the LXC console",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "Execute within the Proxmox main shell",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "The script only works in Debian/Ubuntu, not in Alpine!",
|
|
"type": "warning"
|
|
}
|
|
]
|
|
}
|