Cloudflare Tunnel for StartOS
Install the system dependencies below to build this project by following the instructions in the provided links. You can also find detailed steps to setup your environment in the service packaging documentation.
Clone the repository locally.
git clone [email protected]:remcoros/cloudflared-startos.git
cd cloudflared-startos
To build the Cloudflare Tunnel service as a universal package, run the following command:
make
Before installation, define host: https://server-name.local
in your ~/.embassy/config.yaml
config file then run the following commands to determine successful install:
Change server-name.local to your Start9 server address
start-cli auth login
#Enter your StartOS password
make install
Tip: You can also install the cloudflared.s9pk by sideloading it under the StartOS > System > Sideload a Service section.
Go to your StartOS Services page, select Cloudflare Tunnel, configure and start the service.
Done!