amended the startup script.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "services"]
|
||||
path = services
|
||||
url = https://github.com/quaxlyqueen/services
|
||||
Submodule
+1
Submodule services added at 75945484ed
@@ -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"
|
||||
Reference in New Issue
Block a user