Commit Graph

221 Commits

Author SHA1 Message Date
Maxi Quoß
7dd4affa96 change log level 2023-01-27 01:18:21 +01:00
Maxi Quoß
306e4015cc device settings page and other improvements 2023-01-27 01:07:45 +01:00
Maxi Quoß
3dc2eaca6d simplify power button 2023-01-26 20:03:22 +01:00
Maxi Quoß
2d7a5755ce device card: add waiting spinner and add hover shadow 2023-01-26 19:21:32 +01:00
Maxi Quoß
e39d626119 use wol package and support wol passwords 2023-01-26 18:27:49 +01:00
Maxi Quoß
a3b1413fbb add new device form 2023-01-26 15:30:45 +01:00
Maxi Quoß
4d21b0fc92 complete settings page
* restart cron schedule on change
* parse environment variables and save them in db on startup
2023-01-23 22:09:12 +01:00
Maxi Quoß
665c586d44 sort device grid by name 2023-01-23 00:27:50 +01:00
Maxi Quoß
037f718a2e add port scan 2023-01-23 00:24:08 +01:00
Maxi Quoß
d83f574396 add theme switch 2023-01-18 22:05:20 +01:00
Maxi Quoß
6555ce3b38 created basic website functions and look 2023-01-18 02:51:25 +01:00
Maxi Quoß
f1a73e7bbe add v2 file import 2023-01-16 20:01:08 +01:00
Maxi Quoß
a51157f0f3 add basic frontend connection 2023-01-16 00:09:39 +01:00
Maxi Quoß
3bddd8f521 fix windows specifiy stuff 2023-01-15 18:08:18 +01:00
Maxi Quoß
9a4f29d63d sveltekit init 2023-01-15 17:17:18 +01:00
Maxi Quoß
1fe78aa50e some code cleanup 2023-01-15 14:54:57 +01:00
Maxi Quoß
58d41e660f switch backend to pocketbase
delete frontend for now. needs to be rewritten with pocketbase sdk
2023-01-14 22:54:08 +01:00
Maxi Quoß
49f3ff78b2 sveltekit and go fiber+gorm 2022-12-19 15:19:09 +01:00
Maxi Quoß
c0b055ed1b temp fix for #31 v2.3.1 2022-12-15 22:02:53 +01:00
Maxi Quoß
a7dd5ab74c v2.3.0 v2.3.0 2022-12-04 11:29:01 +01:00
Maxi Quoß
2aabf0f0c5 add custom website title, close #29 2022-12-04 11:26:24 +01:00
Maxi Quoß
87915b2dd3 add option for custom nmap args #28 2022-12-04 11:00:46 +01:00
Maxi Quoß
375abd0c42 code formatting and remove regex 2022-12-04 10:53:11 +01:00
Maxi Quoß
f5a9a480d4 v2.2.3 v2.2.3 2022-08-23 20:42:28 +02:00
Maxi Quoß
ddbe52918c add curl to docker image, close #24 2022-08-23 20:41:01 +02:00
Maxi Quoß
ba806970a0 exclude db directory 2022-08-04 20:37:21 +02:00
Maxi Quoß
0d9f3ecb04 v2.2.2 v2.2.2 2022-07-31 12:20:58 +02:00
Maxi Quoß
7c483d99c8 mount db dir for persistent sqlite #23 2022-07-31 12:19:06 +02:00
Maxi Quoß
6b076b5009 v2.2.1 v2.2.1 2022-07-26 14:02:35 +02:00
Maxi Quoß
f8e1ede7cb stringify bool correctly 2022-07-26 13:59:39 +02:00
Maxi Quoß
4eecbe3cff fix convert bool for BACKEND_IS_PROXIED
!!'false' converts into true. comparing the string fixes the bool
2022-07-26 13:50:46 +02:00
Maxi Quoß
78dd8e3b23 add popperjs to fix dropdowns 2022-07-26 13:23:31 +02:00
Maxi Quoß
63d8e2c285 update version info 2022-07-23 12:34:10 +02:00
seriousm4x
4571b46353 Delete package-lock.json 2022-07-23 11:57:08 +02:00
Maxi Quoß
2d33ada47c npm update v2.2.0 2022-07-23 11:15:14 +02:00
Maxi Quoß
bc5c9497a1 add reverse proxy to docker-comopse and readme 2022-07-23 11:13:46 +02:00
seriousm4x
6a472beaee Merge pull request #22 from jarrettgilliam/master
Add reverse proxy support
2022-07-23 11:05:52 +02:00
Jarrett Gilliam
a34c419fd9 Use relative resource paths for better reverse proxy support
The app can now be proxied under a subfolder as well as a subdomain. Something like: http://example.com/upsnap/
2022-07-22 16:09:26 -05:00
Jarrett Gilliam
221cb86000 The frontend and backend can now be reverse proxied together 2022-07-22 14:45:50 -05:00
Jarrett Gilliam
d4aac95fcd Ignore the JetBrains WebStorm .idea folder 2022-07-22 14:03:28 -05:00
Maxi Quoß
0f0a0ac98b define socket outside of func v2.1.1 2022-06-02 12:34:06 +02:00
Maxi Quoß
36cef610c3 add windows notice #20 2022-05-31 22:24:40 +02:00
Maxi Quoß
fdb19e5cfb websocket: add notifications and reconnect on error v2.1.0 2022-05-31 21:31:56 +02:00
Maxi Quoß
705008898f close #19 2022-05-31 20:28:20 +02:00
seriousm4x
2e251f309c fix cron order 2022-05-31 18:01:30 +02:00
Maxi Quoß
21218ef91a no exception var needed here #18 2022-05-24 23:19:01 +02:00
Maxi Quoß
d08b8b3722 add notifications for device updates #18 2022-05-24 23:17:47 +02:00
Maxi Quoß
e02ecbc639 v2.0.6 v2.0.6 2022-05-03 18:55:26 +02:00
Maxi Quoß
42bb71a017 also fix key error in consumers, just to make sure 2022-04-30 22:01:01 +02:00
Maxi Quoß
20a3ddea1a v2.0.5 v2.0.5 2022-04-30 17:58:27 +02:00