mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-10 03:51:54 +00:00
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. |
||
|---|---|---|
| .. | ||
| build-release.sh | ||
| build.sh | ||
| change-password.sh | ||
| dev-proxy.sh | ||
| dev.sh | ||
| hot-dev.sh | ||
| rebuild-frontend.sh | ||
| take-all-screenshots.js | ||
| take-screenshots-dark-force.js | ||
| take-screenshots-simple.js | ||
| take-screenshots.js | ||
| test-all.sh | ||
| test-edge-cases.sh | ||
| test-installation-methods.sh | ||
| test-proxy-scenarios.sh | ||
| test-release.sh | ||
| test-security.sh | ||