amended the startup script.

This commit is contained in:
Violet
2024-11-30 12:56:20 -07:00
parent f38089fd69
commit d2634af6f4
3 changed files with 11 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "services"]
path = services
url = https://github.com/quaxlyqueen/services
Submodule
+1
Submodule services added at 75945484ed
+7
View File
@@ -0,0 +1,7 @@
apt-get update
apt-get install go
apt-get install cloudflared
./services/install.sh
serve_page --path ./man/pages --destination / --port 8888
echo "Visit http://localhost:8888 to get started!"
echo "To temporarily expose a webpage to the internet, use:\n `cloudflared tunnel --url http://localhost:8888"