1.1.1 - 2024-05-21
- Added -z option to ZIP generated package directories
- Use shutil and os functions to cp, mv and rm
1.0.2 - 2023-12-18
- Added 'macos' support - limited: only config and key-files; no scripts
1.0.1 - 2023-12-14
- Script to stop/uninstall nebula service on Windows
1.0.0 - 2023-12-13
- Windows batch file for automatic deployment (must be executed as Administrator)
nebula.exe
(for the appropriate Windows platform: amd64, arm64, etc.) and thedist
folder (containing the requiredwintun.dll
driver) can be placed inside the deployment package for installation/update
0.1.4 - 2023-12-12
os
attribute for each node - 'windows', 'android', 'ios', or 'linux' (default)- determines which files are included in the generated node folder
nebula
binary (ensure platform is correct: amd64, arm64, etc.) can be placed in the node folder and will be placed in /usr/bin/ on the target device (Linux only)
0.1.3 - 2023-10-24
- port in public_ip is optional - added in from listen_port if not provided
0.1.2 - 2023-08-31
- deploy.sh script
- added check for binary
- added check for root privileges
- added commands to remore previous keys/config - for easy re-deployment/renewal
- Small fixes/improvements
0.1.1 - 2023-08-22
- Included ignored scripts in repo
0.1.0 - 2023-08-21
Initial release