Commit Graph

29 Commits

Author SHA1 Message Date
invario
48a8c736b2 fix: loop in shutdown code rewritten to work properly (#1695)
* FIX: loop in shutdown code rewritten to work properly

Signed-off-by: invario <67800603+invario@users.noreply.github.com>

* remove unneeded wait()

we already wait in shutdown.go#L52

* cleanup

---------

Signed-off-by: invario <67800603+invario@users.noreply.github.com>
Co-authored-by: Maxi Quoß <maxi@quoss.org>
2026-03-19 12:10:45 +01:00
rioradio
c432008deb feat: support X-Forwarded-Proto for manifest URL (#1395) 2025-09-28 11:28:36 +02:00
Maxi Quoß
bd6038720b fix: generate manifest in go backend 2025-09-15 22:21:00 +02:00
Maxi Quoß
c05ea6266f feat: add "wake group" button 2025-05-21 23:34:45 +02:00
Kevin Cui
2ae595ad13 feat(api): support async call (#1166)
* feat(api): support async call

Signed-off-by: Kevin Cui <bh@bugs.cc>

* feat: parse bool to allow various values

---------

Signed-off-by: Kevin Cui <bh@bugs.cc>
Co-authored-by: Maxi Quoß <maxi@quoss.org>
2025-05-21 22:08:23 +02:00
Maxi Quoß
20e274d432 feat: handlers return status of device action 2025-04-19 09:37:23 +02:00
Maxi Quoß
59926b8c28 feat: validate cron with backend, show next cron date 2025-03-08 11:27:24 +01:00
Maxi Quoß
61980c62d7 fix: remove global app variable 2024-12-31 12:11:34 +01:00
Maxi Quoß
9ebe092b9d fix: create custom superuser setup to change new pocketbase superuser behavior 2024-12-29 12:00:12 +01:00
Maxi Quoß
2f1acee092 go-dep: pocketbase > 0.23 2024-12-28 11:03:19 +01:00
seriousm4x
30c074930c feat: add custom scan timeout env UPSNAP_SCAN_TIMEOUT #193 2023-12-22 09:14:39 +01:00
seriousm4x
888cd82d00 use full nmap path in exec 2023-10-14 20:20:38 +02:00
seriousm4x
d57520c66d feat: add reboot button, #108 2023-08-16 09:49:36 +02:00
seriousm4x
05686bf271 fix: ping port cause device stuck on pending 2023-08-16 01:28:13 +02:00
seriousm4x
f8186ba015 feat: add sleep-on-lan support, #24 #78 #108 #162 2023-08-15 17:44:59 +02:00
seriousm4x
9fdfc8ad0b error check all database writes (debug for #135) 2023-07-21 20:02:11 +02:00
seriousm4x
debd82a288 add mac vendor to scan table 2023-07-01 19:27:29 +02:00
seriousm4x
c3eb2d869c netowrk scan: use reverse dns lookup for unknown devices #105 2023-07-01 12:35:41 +02:00
Maxi Quoß
79a70b6053 set custom icon
- split settings collection into settings_private and settings_public
- add icon input to frontend
2023-03-10 02:11:56 +01:00
Maxi Quoß
482a9884a4 add some error logging 2023-02-01 17:51:34 +01:00
Maxi Quoß
62cec056b9 rename package, auto add version to binary 2023-01-30 00:41:49 +01:00
Maxi Quoß
3fc2031914 set device status in shutdown handler 2023-01-30 00:23:54 +01:00
Maxi Quoß
18ef9f81c8 remove root check 2023-01-29 20:55:46 +01:00
Maxi Quoß
a182f7b041 change way to check for root 2023-01-29 20:38:58 +01:00
Maxi Quoß
80b47012a8 settings: add network scan 2023-01-28 20:04:59 +01:00
Maxi Quoß
b43cd7fe99 add wake/shutdown cronjob 2023-01-28 12:52:20 +01:00
Maxi Quoß
988f182430 improve network scan route 2023-01-27 22:14:07 +01:00
Maxi Quoß
3bddd8f521 fix windows specifiy stuff 2023-01-15 18:08:18 +01:00
Maxi Quoß
1fe78aa50e some code cleanup 2023-01-15 14:54:57 +01:00