mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
Remove cloudflared from london-a (PESO-134)
cloudflared has been replaced by Caddy + Authelia. Removed: - cloudflared service config (services/cloudflared/london-a/) - tunnel ID from london-a host_vars - cloudflared_enable from rc.conf Also synced rc.conf with live server state (disabled services from PESO-113, added node_exporter_listen_address). Live server: stopped service, removed from rc.conf, uninstalled pkg.
This commit is contained in:
parent
a31f8b5651
commit
4341a42373
3 changed files with 8 additions and 15 deletions
|
|
@ -18,9 +18,7 @@ zfs_scrub_schedule: "0 12 * * 0"
|
|||
# Core services (documented)
|
||||
# sshd, ntpd, powerd, zfs, tailscaled, grafana, prometheus, node_exporter
|
||||
|
||||
# Cloudflare Tunnel — proxies Grafana/Prometheus via pez.sh
|
||||
cloudflared_tunnel_id: "168eccae-2497-48e2-a1e2-c12cd3448d9a"
|
||||
|
||||
# --- Disabled services (cleaned up 2026-04-02, PESO-113) ---
|
||||
# InfluxDB, Redis, PostgreSQL, libvirtd — all disabled in rc.conf.
|
||||
# --- Disabled/removed services ---
|
||||
# cloudflared — removed 2026-04-03 (PESO-134). Replaced by Caddy + Authelia.
|
||||
# InfluxDB, Redis, PostgreSQL, libvirtd — disabled 2026-04-02 (PESO-113).
|
||||
# Were leftover from a defunct pez_vps project. Pez approved removal.
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
tunnel: 168eccae-2497-48e2-a1e2-c12cd3448d9a
|
||||
protocol: http2
|
||||
credentials-file: /root/.cloudflared/168eccae-2497-48e2-a1e2-c12cd3448d9a.json
|
||||
|
|
@ -17,9 +17,8 @@ grafana_enable="YES"
|
|||
prometheus_enable="YES"
|
||||
node_exporter_enable="YES"
|
||||
tailscaled_enable="YES"
|
||||
cloudflared_enable="YES"
|
||||
cf_tunnel_id="168eccae-2497-48e2-a1e2-c12cd3448d9a"
|
||||
influxd_enable="YES"
|
||||
libvirtd_enable="YES"
|
||||
redis_enable="YES"
|
||||
postgresql_enable="YES"
|
||||
influxd_enable="NO"
|
||||
libvirtd_enable="NO"
|
||||
redis_enable="NO"
|
||||
postgresql_enable="NO"
|
||||
node_exporter_listen_address="100.122.219.41:9100"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue