From 45b01432b8c5662db7e696569370af7b7fac0acd Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Thu, 13 Mar 2025 14:32:34 -0600 Subject: [PATCH] minor formatting --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8ca7eae..4be8121 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,21 @@ sudo ./cloudflared.sh; ```

Expose Services to the Internet

-To enable cloudflared to expose services to the internet, you must - - Make a Cloudflare account & purchase a domain; - - Run the command `cloudflared tunnel login`; - - Run the command ./cloudflared.sh in ~/ras-pi/scripts; +To enable cloudflared to expose services to the internet, you must:
+ To temporarily expose a single service to the internet, use this command: `cloudflared tunnel --url=http://localhost:PORT`, where PORT is the service you'd like to expose. The ports used with the -standard services are: - - 5090 (the manual mirror of raspi.vintagecoding.net) - - 5091 (the AI web application) - - 5092 (the personal Netflix replacement) +standard services are:
+ See `cloudflared.md` for more information.