treefmt-check
checks.aarch64-darwin.formatting
· build #455
· raw
1treefmt v2.5.0traversed 1215 files2emitted 521 files for processing3formatted 521 files (3 changed) in 1.735s4 M machines/eve/nginx-vhost-inventory.md5diff --git a/machines/eve/nginx-vhost-inventory.md b/machines/eve/nginx-vhost-inventory.md6index 5737d6d..a82012a 1006447--- a/machines/eve/nginx-vhost-inventory.md8+++ b/machines/eve/nginx-vhost-inventory.md9@@ -83,8 +83,8 @@ easy to cross‑check the active nginx configuration on the server.10 }11 ```12 13-- `php_site` is a thin helper for Snappymail/FreshRSS. Swap14- `{args.0}` and `{args.1}` per site (e.g.15+- `php_site` is a thin helper for Snappymail/FreshRSS. Swap `{args.0}` and16+ `{args.1}` per site (e.g.17 `import php_site /var/lib/freshrss/p /run/phpfpm/freshrss.sock`).18 - For SSE endpoints (n8n `/mcp/`, Buildbot SSE) wrap `reverse_proxy` with a19 custom transport:20@@ -199,12 +199,12 @@ reimplement it in Caddy.21 22 ## Additional FastCGI/PHP apps23 24-| Domain(s) (line) | Backend / behaviour | Notes |25-| ------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |26-| `cloud.thalheim.io`, `pim.devkid.net` (391) | Nextcloud via `unix:/run/phpfpm/nextcloud.sock`. | Includes DAV rewrites, strict deny rules, MIME tweaks, `client_max_body_size 512M`, and gzip overrides. Port carefully or build a dedicated Caddy `handle` tree. |27-| `mail.thalheim.io` (957) | Snappymail + PHP-FPM (`unix:/run/phpfpm/snappymail.sock`). | Blocks `/data`, enforces 256 MB uploads. |28-| `rss-api.devkid.net` (1580) | FreshRSS API (`fastcgi_pass unix:/run/phpfpm/freshrss.sock`). | Rewrites to `api/greader.php`, clears `REMOTE_USER`. |29-| `rss.devkid.net` (1627) | FreshRSS UI + Authelia. | Authelia guard on `/` and PHP paths, passes `REMOTE_USER` to FastCGI, redirects unauthenticated users to `https://auth.devkid.net`. |30+| Domain(s) (line) | Backend / behaviour | Notes |31+| ------------------------------------------- | ------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |32+| `cloud.thalheim.io`, `pim.devkid.net` (391) | Nextcloud via `unix:/run/phpfpm/nextcloud.sock`. | Includes DAV rewrites, strict deny rules, MIME tweaks, `client_max_body_size 512M`, and gzip overrides. Port carefully or build a dedicated Caddy `handle` tree. |33+| `mail.thalheim.io` (957) | Snappymail + PHP-FPM (`unix:/run/phpfpm/snappymail.sock`). | Blocks `/data`, enforces 256 MB uploads. |34+| `rss-api.devkid.net` (1580) | FreshRSS API (`fastcgi_pass unix:/run/phpfpm/freshrss.sock`). | Rewrites to `api/greader.php`, clears `REMOTE_USER`. |35+| `rss.devkid.net` (1627) | FreshRSS UI + Authelia. | Authelia guard on `/` and PHP paths, passes `REMOTE_USER` to FastCGI, redirects unauthenticated users to `https://auth.devkid.net`. |36 37 ## Static file hosts38