Maxi Quoß 57bef8bb7e rawversion
2023-01-29 16:10:28 +01:00
2023-01-29 15:58:48 +01:00
2023-01-29 16:10:28 +01:00
2023-01-29 01:19:31 +01:00
2023-01-28 23:10:31 +01:00
2023-01-29 01:13:53 +01:00
2023-01-29 14:11:52 +01:00
2023-01-29 15:15:03 +01:00
2021-09-30 22:07:26 +02:00
2023-01-28 23:41:47 +01:00

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.

  1. 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.

  1. Start frontend
cd frontend
pnpm i
pnpm run dev

Open up http://localhost:5173/

To do

  • frontend

    • add rest of settings page
    • form for adding new devices
    • add per device settings
    • theme toggle button
    • add device ports to cards
    • settings: add network scan
    • settings: add option for website title
  • backend

  • add db import from v2

  • move docker images to github packages and setup new workflow file

  • create dockerfile and docker-compose.yml

Description
No description provided
Readme MIT 43 MiB
Languages
Go 48.1%
Svelte 46.9%
TypeScript 3.2%
JavaScript 0.9%
Dockerfile 0.4%
Other 0.4%