minor formatting

This commit is contained in:
Joshua Ashton
2025-03-13 14:32:34 -06:00
parent f4a8281bd9
commit 45b01432b8
+12 -8
View File
@@ -17,17 +17,21 @@ sudo ./cloudflared.sh;
``` ```
<h3>Expose Services to the Internet</h3> <h3>Expose Services to the Internet</h3>
To enable cloudflared to expose services to the internet, you must To enable cloudflared to expose services to the internet, you must:<br>
- Make a Cloudflare account & purchase a domain; <ul>
- Run the command `cloudflared tunnel login`; <li>Make a Cloudflare account & purchase a domain</li>
- Run the command ./cloudflared.sh in ~/ras-pi/scripts; <li>Run the command `cloudflared tunnel login`</li>
<li>Run the command ./cloudflared.sh in ~/ras-pi/scripts</li>
</ul>
To temporarily expose a single service to the internet, use this To temporarily expose a single service to the internet, use this
command: `cloudflared tunnel --url=http://localhost:PORT`, where command: `cloudflared tunnel --url=http://localhost:PORT`, where
PORT is the service you'd like to expose. The ports used with the PORT is the service you'd like to expose. The ports used with the
standard services are: standard services are:<br>
- 5090 (the manual mirror of raspi.vintagecoding.net) <ul>
- 5091 (the AI web application) <li>5090 (the manual mirror of raspi.vintagecoding.net)</li>
- 5092 (the personal Netflix replacement) <li>5091 (the AI web application)</li>
<li>5092 (the personal Netflix replacement)</li>
</ul>
See `cloudflared.md` for more information. See `cloudflared.md` for more information.