Pulse/scripts
Pulse Monitor 3f8f1f7899 refactor: simplify setup flow by removing setup code prompts
Replaced the two-step setup code process with a simpler token-in-URL approach:
- Auth token is now embedded directly in the setup URL
- No more prompting users for setup codes
- Same security level with better UX
- Backwards compatible with old setupCode field

The new flow generates a command like:
curl -sSL "http://pulse/api/setup-script?...&auth_token=TOKEN" | bash

This makes it much easier for users, especially in Proxmox shell where
interactive prompts can be problematic.
2025-08-23 22:16:01 +00:00
..
build-release.sh feat: add version command and privacy disclosure 2025-08-21 20:54:41 +00:00
build.sh chore: reorganize repository structure for better maintainability 2025-08-18 21:57:40 +00:00
change-password.sh feat: enhance security and improve login UI 2025-08-13 23:07:57 +00:00
dev-proxy.sh chore: reorganize repository structure for better maintainability 2025-08-18 21:57:40 +00:00
dev.sh chore: reorganize repository structure for better maintainability 2025-08-18 21:57:40 +00:00
hot-dev.sh refactor: simplify setup flow by removing setup code prompts 2025-08-23 22:16:01 +00:00
rebuild-frontend.sh fix: update systems to work with embedded frontend 2025-08-12 12:52:27 +00:00
take-all-screenshots.js fix: regenerate all screenshots in dark mode 2025-08-04 21:33:39 +00:00
take-screenshots-dark-force.js chore: update screenshots and add dark mode screenshot script 2025-08-04 21:38:11 +00:00
take-screenshots-simple.js feat: add screenshot generation tool and documentation images 2025-08-04 21:30:41 +00:00
take-screenshots.js feat: add screenshot generation tool and documentation images 2025-08-04 21:30:41 +00:00
test-all.sh chore: bump version to v4.5.0-rc.4 and add comprehensive test suite 2025-08-19 19:34:54 +00:00
test-edge-cases.sh chore: bump version to v4.5.0-rc.4 and add comprehensive test suite 2025-08-19 19:34:54 +00:00
test-installation-methods.sh chore: bump version to v4.5.0-rc.4 and add comprehensive test suite 2025-08-19 19:34:54 +00:00
test-proxy-scenarios.sh chore: bump version to v4.5.0-rc.4 and add comprehensive test suite 2025-08-19 19:34:54 +00:00
test-release.sh chore: bump version to v4.5.0-rc.4 and add comprehensive test suite 2025-08-19 19:34:54 +00:00
test-security.sh chore: bump version to v4.5.0-rc.4 and add comprehensive test suite 2025-08-19 19:34:54 +00:00