Pulse/docs
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
..
images chore: update screenshots and add dark mode screenshot script 2025-08-04 21:38:11 +00:00
API.md docs: comprehensive update to API documentation 2025-08-21 16:01:52 +00:00
CONFIGURATION.md docs: update configuration guide for encrypted webhooks 2025-08-22 10:22:07 +00:00
DOCKER.md feat: major installer improvements for Proxmox environments 2025-08-21 20:43:56 +00:00
FAQ.md refactor: simplify setup flow by removing setup code prompts 2025-08-23 22:16:01 +00:00
INSTALL.md feat: add port configuration prompt to installer 2025-08-21 22:06:18 +00:00
MIGRATION.md feat: improve export/import functionality and documentation 2025-08-14 10:30:21 +00:00
PORT_CONFIGURATION.md feat: add port configuration prompt to installer 2025-08-21 22:06:18 +00:00
PROXY_AUTH.md feat: add proxy authentication support 2025-08-22 09:47:18 +00:00
REVERSE_PROXY.md feat: add DISABLE_AUTH environment variable for proxy authentication 2025-08-20 08:43:20 +00:00
SCREENSHOTS.md Major documentation overhaul for Go rewrite 2025-08-03 15:46:07 +00:00
SECURITY.md feat: encrypt webhook data at rest for improved security 2025-08-22 10:19:42 +00:00
TROUBLESHOOTING.md docs: update documentation for v4.5.0 release cycle 2025-08-18 22:28:49 +00:00
VM_DISK_MONITORING.md refactor: simplify setup flow by removing setup code prompts 2025-08-23 22:16:01 +00:00
WEBHOOKS.md feat: add custom webhook payload templates and fix Telegram chat_id handling 2025-08-12 14:03:13 +00:00