mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-24 14:34:24 -04:00
f477088404c960f64993ea6dd171764f0c0e5dfa
commit a506e6fee1c90d2262f25eb680686adbfb3b2be0 Author: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 17:08:40 2023 +0100 update docker commit445b735b11Author: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 16:31:46 2023 +0100 dont use v commitfb30405396Author: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 16:30:51 2023 +0100 dont use v commit49cf2b2607Author: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 16:23:31 2023 +0100 try tag commit57bef8bb7eAuthor: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 16:10:28 2023 +0100 rawversion commit51e071bf22Author: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 15:58:48 2023 +0100 try again with v commit4ce90f1f5fAuthor: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 15:54:10 2023 +0100 try again with v commit6fd289e1a7Author: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 15:47:56 2023 +0100 workflow: tags commit8e7d4e814fAuthor: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 15:37:54 2023 +0100 workflow: env is broken commiteb311bf289Author: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 15:30:44 2023 +0100 workflow: env commitfea958c4fcAuthor: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 15:26:54 2023 +0100 workflow: env commit8f59fb448fAuthor: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 15:22:46 2023 +0100 workflow: env commite303e7af64Author: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 15:20:43 2023 +0100 workflow: docker meta image name commitd47c21c3dbAuthor: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 15:15:03 2023 +0100 docker: fix unzip commit4eb1c98729Author: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 15:05:48 2023 +0100 docker: unzip -q commitfe042e0003Author: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 14:58:12 2023 +0100 workflow: remove v from version commitdd4bc6c1e7Author: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 14:54:19 2023 +0100 workflow: fix url commit5ee9b43affAuthor: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 14:49:08 2023 +0100 workflow: remove v commit9d598b4c09Author: Maxi Quoß <maxi@quoss.org> Date: Sun Jan 29 14:46:01 2023 +0100 event tag
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.9%
Svelte
44.9%
TypeScript
3.2%
JavaScript
0.9%
Dockerfile
0.6%
Other
0.4%