docs: Remove LXC references from CONFIGURATION.md
This commit is contained in:
parent
b15f242509
commit
5858a9e38a
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ Pulse uses a split-configuration model to ensure security and flexibility.
|
||||||
| `nodes.enc` | Node Credentials | 🔒 **Encrypted** (AES-256-GCM) |
|
| `nodes.enc` | Node Credentials | 🔒 **Encrypted** (AES-256-GCM) |
|
||||||
| `alerts.json` | Alert Rules | 📝 Standard |
|
| `alerts.json` | Alert Rules | 📝 Standard |
|
||||||
|
|
||||||
All files are located in `/etc/pulse/` (Linux/LXC) or `/data/` (Docker).
|
All files are located in `/etc/pulse/` (Systemd) or `/data/` (Docker/Kubernetes).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -135,7 +135,7 @@ Pulse uses a powerful alerting engine with hysteresis (separate trigger/clear th
|
||||||
Enable HTTPS by providing certificate files via environment variables.
|
Enable HTTPS by providing certificate files via environment variables.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Systemd / LXC
|
# Systemd
|
||||||
HTTPS_ENABLED=true
|
HTTPS_ENABLED=true
|
||||||
TLS_CERT_FILE=/etc/pulse/cert.pem
|
TLS_CERT_FILE=/etc/pulse/cert.pem
|
||||||
TLS_KEY_FILE=/etc/pulse/key.pem
|
TLS_KEY_FILE=/etc/pulse/key.pem
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue