github seriousm4x/UpSnap v2.2.0

latest releases: 4.3.2, 4.3.1, 4.3.0...
2 years ago

changes

  • added reverse proxy support [thanks @jarrettgilliam]
  • updated npm packages

additional infos

If you're using a reverse proxy, make sure to set BACKEND_IS_PROXIED to true in docker-compose. Set your reverse proxy to the FRONTEND_PORT and set /wol/ to BACKEND_PORT.

Caddy example

upsnap.example.com {
    reverse_proxy localhost:8000
    reverse_proxy /wol/ localhost:8001
}

For nginx take a look at https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/

Don't miss a new UpSnap release

NewReleases is sending notifications on new releases.