.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
IMG_GLUETUN_TAG
The tag to use for the Gluetun image. You can change this to a specific version if you want to lock it down, e.g. "gluetun:3.21.0".
IMG_DESKTOP_TAG
The tag to use for the webtop image. By default it uses the Ubuntu XFCE image, but you can change this if you'd like. Please note I haven't…
GLUETUN_BIND_ADDR
The bind address for the webtop interface through Gluetun. You can change this to localhost if you're running this locally and don't want…
DESKTOP_HTTP_PORT
HTTP web interface port
DESKTOP_HTTPS_PORT
HTTPS web interface port
brew install flyctl && fly launch --from https://github.com/gamemann/docker-webtop-with-gluetun-vpn
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/gamemann/docker-webtop-with-gluetun-vpn
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/gamemann/docker-webtop-with-gluetun-vpn