Up and running in under 30 minutes on any infrastructure.
The management server installs on any Ubuntu 24.04 server.
git clone https://github.com/inouk/sunray-server
cd sunray-server && ./install.sh Requires: Ubuntu 24.04, Docker, a public domain with DNS.
Two options depending on your infrastructure.
npx wrangler deploy Configure wrangler.toml with your sunray-server URL and the domain to protect.
docker run -d \
-p 8065:8065 \
-e SUNRAY_SERVER_URL=https://... \
inouk-sunray-worker/sunray-worker-fastapi:latest From the sunray-server dashboard:
Access the protected URL from a browser. Sunray will ask for your passkey. After validation, you are transparently redirected to the application.