mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
docs: update documentation for v4.5.0 release cycle
This commit is contained in:
@@ -52,7 +52,7 @@ curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | s
|
||||
|
||||
# Install specific version or release channel
|
||||
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash -s -- --rc # Latest RC
|
||||
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash -s -- --version v4.4.0 # Specific version
|
||||
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash -s -- --version v4.5.0 # Specific version
|
||||
```
|
||||
|
||||
### Initial Setup
|
||||
@@ -196,7 +196,7 @@ curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | s
|
||||
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash -s -- --rc
|
||||
|
||||
# Install specific version
|
||||
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash -s -- --version v4.4.0-rc.1
|
||||
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash -s -- --version v4.5.0-rc.1
|
||||
```
|
||||
|
||||
### Docker Updates
|
||||
@@ -208,7 +208,7 @@ docker pull rcourtman/pulse:latest
|
||||
docker pull rcourtman/pulse:rc
|
||||
|
||||
# Specific version
|
||||
docker pull rcourtman/pulse:v4.4.0-rc.1
|
||||
docker pull rcourtman/pulse:v4.5.0-rc.1
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
@@ -35,7 +35,7 @@ ENABLE_AUDIT_LOG=true # Enable security audit logging
|
||||
|
||||
**Important Notes:**
|
||||
- Password hash MUST be in single quotes to prevent shell expansion
|
||||
- API tokens are stored in plain text (48 hex characters)
|
||||
- API tokens are stored in plain text (48-64 hex characters)
|
||||
- This file should have restricted permissions (600)
|
||||
- Never commit this file to version control
|
||||
- ProxmoxVE installations may pre-configure API_TOKEN
|
||||
|
||||
+1
-1
@@ -166,7 +166,7 @@ environment:
|
||||
## Common Issues
|
||||
|
||||
### Can't Access After Upgrade
|
||||
If upgrading from pre-v4.4.0:
|
||||
If upgrading from pre-v4.5.0:
|
||||
1. You'll see the security setup wizard
|
||||
2. Complete the setup - your nodes are preserved
|
||||
3. Use your new credentials to login
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
## Mandatory Authentication
|
||||
|
||||
**Starting with v4.4.0, authentication is required for all Pulse installations.** This protects your Proxmox API credentials from unauthorized access.
|
||||
**Starting with v4.5.0, authentication setup is prompted for all new Pulse installations.** This protects your Proxmox API credentials from unauthorized access.
|
||||
|
||||
### First-Run Security Setup
|
||||
When you first access Pulse, you'll be guided through a mandatory security setup:
|
||||
|
||||
@@ -39,7 +39,7 @@ docker restart pulse
|
||||
**Symptoms**: Can't access Pulse after upgrade, no credentials work
|
||||
|
||||
**Solution**:
|
||||
- If upgrading from pre-v4.4.0, you need to complete security setup first
|
||||
- If upgrading from pre-v4.5.0, you need to complete security setup first
|
||||
- Clear browser cache and cookies
|
||||
- Access http://your-ip:7655 to see setup wizard
|
||||
- Complete setup, then restart container
|
||||
|
||||
Reference in New Issue
Block a user