4 Commits

Author SHA1 Message Date
Claude
7f5f7f4c1f
Simplify NetBird scripts for proper container setup
- Use ${var:-default} pattern for all variables to enable advanced mode
- Remove interactive prompts that blocked automated installs
- Use cleanup_lxc instead of manual apt cleanup
- Users configure NetBird with 'netbird up' after container creation
2025-12-18 09:13:46 +00:00
Claude
a810fa2718
Simplify NetBird service enablement 2025-12-18 08:58:35 +00:00
Claude
00a837b623
Fix ASCII banner syntax error in netbird-install.sh
Use heredoc instead of echo statements to avoid backslash escaping
issues that caused bash parsing errors.
2025-12-18 08:50:30 +00:00
Claude
cadb58e7b3
Add NetBird scripts with correct ProxmoxVED source URL
Fix the build.func source URL to use ProxmoxVED instead of ProxmoxVE,
allowing the scripts to actually run in this repository.
2025-12-18 08:36:59 +00:00