UpSnap

A simple wake on lan web app written with SvelteKit, Go and PocketBase.

MIT License

Stars
1.7K
Committers
3

Bot releases are visible (Hide)

UpSnap - 3.0.0-beta.10

Published by github-actions[bot] over 1 year ago

Changelog

  • 4ff62b1 add upsnap version to frontend
  • 3018394 change wake/shutdown log level
  • 4c91967 docker restart unless-stopped
  • 2cc9dde fix cron running always for last device
  • e78b66c include device name in error msg
  • 1de83d0 remove debug prints
  • 62cec05 rename package, auto add version to binary
  • 3fc2031 set device status in shutdown handler
UpSnap - 3.0.0-beta.9

Published by github-actions[bot] over 1 year ago

Changelog

  • 1f433dd set device status on cron wake/shutdown
UpSnap - 3.0.0-beta.8

Published by github-actions[bot] over 1 year ago

Changelog

  • 969d154 add debug output
UpSnap - 3.0.0-beta.7

Published by github-actions[bot] over 1 year ago

Changelog

  • 18ef9f8 remove root check
UpSnap - 3.0.0-beta.6

Published by github-actions[bot] over 1 year ago

Changelog

  • a182f7b change way to check for root
UpSnap - 3.0.0-beta.5

Published by github-actions[bot] over 1 year ago

Changelog

  • feff042 ping privileged
  • 752e61c workflow: run on ubuntu-latest
UpSnap - 3.0.0-beta.4

Published by github-actions[bot] over 1 year ago

Changelog

  • b5fb030 connect to correct backend url
UpSnap - 3.0.0-beta.3

Published by github-actions[bot] over 1 year ago

Changelog

  • c59fae6 add version arg
  • d47c21c docker: fix unzip
  • 4eb1c98 docker: unzip -q
  • fb30405 dont use v
  • 445b735 dont use v
  • 7e7caf3 easier docker build
  • 9d598b4 event tag
  • 7943177 go auto pre-release
  • 57bef8b rawversion
  • 51e071b try again with v
  • 4ce90f1 try again with v
  • 49cf2b2 try tag
  • abe58fd workflow: depend docker on goreleaser
  • e303e7a workflow: docker meta image name
  • eb311bf workflow: env
  • 8f59fb4 workflow: env
  • fea958c workflow: env
  • 8e7d4e8 workflow: env is broken
  • dd4bc6c workflow: fix url
  • b840a45 workflow: fix version and tags?
  • cc20206 workflow: invalid file
  • f60c938 workflow: one file
  • 5ee9b43 workflow: remove v
  • fe042e0 workflow: remove v from version
  • 6fd289e workflow: tags
  • 6227ca2 workflow: try again
UpSnap - v2.3.2

Published by seriousm4x almost 2 years ago

  • fix port array in json backup
UpSnap - v2.3.1

Published by seriousm4x almost 2 years ago

  • temp fix for #31
UpSnap - v2.3.0

Published by seriousm4x almost 2 years ago

  • you can now set a custom website title (#29)
  • you can now set custom nmap args to discover devices. be careful tough, it might break output parsing (#28)
  • removed regex from input fields (#26)
  • npm update
  • code formatting
UpSnap - v2.2.3

Published by seriousm4x about 2 years ago

UpSnap - v2.2.2

Published by seriousm4x about 2 years ago

UpSnap - v2.2.1

Published by seriousm4x over 2 years ago

  • fix dropdowns not working because of missing popperjs
  • fix bool for BACKEND_IS_PROXIED
UpSnap - v2.2.0

Published by seriousm4x over 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/

UpSnap - v2.1.1

Published by seriousm4x over 2 years ago

  • fix undefined socket in socketStore.js
UpSnap - v2.1.0

Published by seriousm4x over 2 years ago

  • added more notifications when devices are saved
  • added more notifications when websocket status changes
  • websocket will try to reconnect ever 3 seconds when connection is lost
  • when waking/shutdown a device, the spinner will go back to the current status after the next ping
  • fixed crontab order when opening a device card with existing cron
UpSnap - v2.0.6

Published by seriousm4x over 2 years ago

UpSnap - v2.0.5

Published by seriousm4x over 2 years ago

  • fix #17
UpSnap - v2.0.4

Published by seriousm4x over 2 years ago