Commit Graph

18 Commits

Author SHA1 Message Date
Brandon Hopkins
e666185e28 Remove SSO Option for Self-Hosed 2026-01-12 16:48:22 -08:00
CanbiZ
414607da2c Update netbird-install.sh 2026-01-12 17:01:07 +01:00
Slaviša Arežina
bd4f1f8f7a Apply suggestion from @tremor021 2026-01-11 01:59:06 +01:00
Brandon Hopkins
57646838f2 Update install/netbird-install.sh
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
2026-01-10 16:14:00 -08:00
Brandon Hopkins
6f27868a49 Update install/netbird-install.sh
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-01-10 16:03:57 -08:00
Brandon Hopkins
04bb146fc4 Update install/netbird-install.sh
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-01-10 16:03:47 -08:00
Brandon Hopkins
09556aa6ac Update install/netbird-install.sh
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-01-10 16:03:24 -08:00
Brandon Hopkins
296ca948cf Update install/netbird-install.sh
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-01-10 16:03:06 -08:00
Brandon Hopkins
2971329b1b Update install/netbird-install.sh
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
2025-12-29 08:23:03 -08:00
Brandon Hopkins
18817d96a5 Update install/netbird-install.sh
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
2025-12-29 08:22:51 -08:00
Brandon Hopkins
62fcad52ac Update install/netbird-install.sh
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
2025-12-29 08:22:40 -08:00
Brandon Hopkins
65838068c4 Update install/netbird-install.sh
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
2025-12-29 08:22:24 -08:00
Claude
a7ef3c1814 Add app variable for cleanup_lxc compatibility 2025-12-18 09:35:31 +00:00
Claude
012aa28a55 Restore interactive NetBird setup prompts
- Add deployment type selection (Managed vs Self-Hosted)
- Add authentication method selection (Setup Key, SSO, Skip)
- Interactive prompts work in production when run through build.func
- Proper indentation and cleanup_lxc usage
2025-12-18 09:20:13 +00:00
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