From 20acf4c8ff5b7d1559f8d2cf08faeea8fd18236a Mon Sep 17 00:00:00 2001 From: Maxwell <73421069+Fl1s@users.noreply.github.com> Date: Wed, 8 Oct 2025 01:16:15 +0700 Subject: [PATCH] docs: minor fixes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 78dc002..b95e2f7 100644 --- a/README.md +++ b/README.md @@ -293,11 +293,11 @@ Prometheus config is located at: 4. Access your dashboards to monitor service health, performance, and custom metrics. ## Cloudflare (optional) -1. In Zero Trust you need to go to network -> tunnels, then create a new tunnel with the name of your domain. -2. Get the token and put its value in the field `CLOUDFLARED_TUNNEL_TOKEN` in .config/secrets/.env.prod. -3. In `published application routes`, set root route to nginx:80 -4. Also, don't forget to set the minio subdomain (s3.yourdomain) and route to nginx:80. -5. In `Additional application settings -> HTTP settings` set `HTTP Host header` value `minio:9000` +1. In Zero Trust you need to go to `Network -> Tunnels`, then create a new tunnel with the name of your domain. +2. Get the token and put its value in the field `CLOUDFLARED_TUNNEL_TOKEN` in `.config/secrets/.env.prod`. +3. In `published application routes`, set root route to `nginx:80`. +4. Also, don't forget to set the minio subdomain (s3.yourdomain) and route to `nginx:80`. +5. In `Additional application settings -> HTTP settings` set `HTTP Host header` value `minio:9000`. 6. In `.config/nginx/nginx.conf` change `server_name` to your domain and subdomain. -- GitLab