Patch Netbird Script | Container Boot-Check | Debian/Ubuntu Only (#528)

* Update Add-Netbird

- Container Online-Check (Boot if LXC stopped)
- Alpine Check -> Abort if not Debian/Ubuntu

* Improve Netbird Json for website

* remove dev comments

* Change copyright
This commit is contained in:
CanbiZ
2024-11-27 15:54:44 +01:00
committed by GitHub
parent 9d72b5872a
commit 928a5cb9e5
2 changed files with 29 additions and 6 deletions

View File

@ -33,11 +33,15 @@
"notes": [
{
"text": "After the script finishes, reboot the LXC then run `netbird up` in the LXC console",
"type": "warning"
"type": "info"
},
{
"text": "Execute within the Proxmox shell",
"text": "Execute within the Proxmox main shell",
"type": "info"
}
{
"text": "The script only works in Debian/Ubuntu, not in Alpine!",
"type": "warning"
}
]
}
}