docs: Remove LXC references from CONFIGURATION.md

This commit is contained in:
rcourtman 2025-12-02 23:37:11 +00:00
parent b15f242509
commit 5858a9e38a

View file

@ -9,7 +9,7 @@ Pulse uses a split-configuration model to ensure security and flexibility.
| `nodes.enc` | Node Credentials | 🔒 **Encrypted** (AES-256-GCM) |
| `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.
```bash
# Systemd / LXC
# Systemd
HTTPS_ENABLED=true
TLS_CERT_FILE=/etc/pulse/cert.pem
TLS_KEY_FILE=/etc/pulse/key.pem