mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-22 05:32:27 -04:00
5ee9b43aff30f4f76602f888dcffebad2e4ad6f9
UpSnap v3
Stable version can be found on v2 branch
This is the dev branch for v3. It's very much in progress but will have a release candidate once all boxes below are checked.
Help developing
Fork this branch and clone it.
- Start backend
cd backend
go mod tidy
go run main.go serve
Log in to http://127.0.0.1:8090/_/, create an admin user and add some devices.
- Start frontend
cd frontend
pnpm i
pnpm run dev
Open up http://localhost:5173/
To do
-
frontend
add rest of settings pageform for adding new devicesadd per device settingstheme toggle buttonadd device ports to cardssettings: add network scansettings: add option for website title
-
backend
make sure ping worksmake sure arp worksmake sure wake worksadd shutdown commandadd scheduled wake#34 Add support for WOL passwords#33 Seemingly High Ram usage#32 API available?
-
add db import from v2 -
move docker images to github packages and setup new workflow file -
create dockerfile and docker-compose.yml
Languages
Go
49.6%
Svelte
45.2%
TypeScript
3.3%
JavaScript
0.9%
Dockerfile
0.5%
Other
0.4%