Commit Graph

232 Commits (c5f8eb5e1c31508c204921d1de4dad8ce502622c)

Author SHA1 Message Date
Kristina c5f8eb5e1c is-warning tag now have black color with --link-hover variable 2023-05-31 15:46:18 +02:00
Gabe Cook 6cfa1643b4 Toggle dark mode when `prefers-color-scheme` changes 2023-05-13 15:19:54 +02:00
LoV432 f0f9f0a017
Fix: don't stretch non-square logos (#640) 2023-05-02 09:28:57 +02:00
Zach Russell 6d2d9baf35
Fixed OctoPrint ‘text’ display when idle. (#607)
* Added moonraker support and temperature when idle

* removed config change

* Delete package-lock.json
2023-05-02 09:27:27 +02:00
Floren Munteanu d362add383
Implement PiHole API token (#580)
Implement PiHole API token
2023-02-19 12:18:56 -08:00
Matt Bentley dfde8ea89d
Added Tdarr service (#573)
* Added Tdarr service

Signed-off-by: Matt Bentley <mbentley@mbentley.net>

* Added dummy-data for Tdarr; remove trailing / for API endpoint

Signed-off-by: Matt Bentley <mbentley@mbentley.net>

---------

Signed-off-by: Matt Bentley <mbentley@mbentley.net>
2023-02-07 08:38:37 +01:00
Bastien Wirtz 70f583c3e1
Octoprint service (#324) (#560)
Add Octoprint service.
2022-11-27 09:41:12 -08:00
Matt Bentley 98fe0a3939
Adds SABnzbd custom service; fixes #494 (#555)
* Adds SABnzbd custom service; fixes #494
2022-11-19 07:14:22 -08:00
Julien Roy c9a6495186
What's up docker custom service (#444)
Add WUD
2022-11-05 14:44:25 -07:00
bchavez d141a69a7d ConnectivityChecker: Bug Fix - Remove double // in aliveCheckUrl causing Invalid Redirect URL with CloudFlare Access. 2022-11-05 22:35:41 +01:00
Bastien Wirtz beb5755747 Rework speedtesttracker based on the Generic component 2022-11-05 22:14:32 +01:00
Bernhard Großer b5048fc353
Speedtesttracker integration (#262)
added SpeedtestTracker service
2022-11-05 07:32:56 -07:00
Bastien Wirtz 24b6dedbe1 Apply lint 2022-11-05 15:24:41 +01:00
Bastien Wirtz d32f7f6467 Proxmox improvements 2022-11-05 15:21:18 +01:00
Bastien Wirtz f72c0bc781 New Copy to clipboard custom service 2022-11-05 15:11:48 +01:00
Bastien Wirtz bdad8933ff Apply lint fixes 2022-10-31 10:12:15 +01:00
lindely 51ba5ff503
Service for rTorrent. (#511)
Service for rTorrent.
2022-10-31 02:09:59 -07:00
Shagon94 cfd31b86b5
qBittorrent service (#540)
qBittorrent service
2022-10-30 10:32:51 -07:00
Bastien Wirtz 5bb84dcefb Fix openweather service 2022-10-30 14:48:45 +01:00
apivko de814b9e04
Displaying the timezone hour near temprature for each location (#449)
Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
2022-10-30 06:28:58 -07:00
Bastien Wirtz 7172b6f507 Update dependencies 2022-10-29 15:39:35 +02:00
Sylwester Wróblewski 956f38a5dc Fixed 'method' not defaulting to HEAD request in Ping functionality 2022-10-16 11:06:34 +02:00
luixal 4fe179c533 Small refactor to remove one redundant line. 2022-10-13 21:51:06 +02:00
luixal 13069da195 Adds loading and errors icons/msgs. Adds docs. 2022-10-13 21:51:06 +02:00
luixal e274807602 Adds total count for VMs. 2022-10-09 10:23:32 +02:00
luixal 10f4cca67a Adds custom service for Proxmox 2022-10-09 10:23:32 +02:00
Isaac Suttell 84930a632b added more strict checking of http method to Ping service 2022-10-08 11:53:26 +02:00
Isaac Suttell 6c083d6a36 added support for Get method to Ping custom service 2022-10-08 11:53:26 +02:00
Bastien Wirtz 5418c6291a Fix UptimeKuma status message when all sites are down #503 2022-09-18 16:30:32 +02:00
Bastien Wirtz 34259e1e94 Additional page name as css class 2022-08-26 21:52:28 +02:00
toa 23990e8509 fix: resolve typo in Healthchecks service name
* refs #474
2022-07-16 09:56:24 +02:00
Bastien Wirtz 0eca982f8b
Merge branch 'main' into vuejs-3 2022-07-12 13:28:07 -07:00
Bastien Wirtz a46bede230 Small fixes 2022-07-12 22:26:45 +02:00
Bastien Wirtz eb03092286 Fix theming issue & subfolder hosting 2022-07-12 14:07:10 +02:00
Bastien Wirtz 9582b1871a Fix search widget 2022-07-11 22:07:48 +02:00
Bastien Wirtz 59994bfee8 Fix lint issues 2022-07-03 21:59:57 +02:00
Bastien Wirtz b4207f2782 new PWA implementation 2022-07-03 21:40:47 +02:00
Bastien Wirtz c80854cb2d Make connectivity check work with vitejs dev server
Head requests on directory path end up in 404
2022-07-02 21:18:29 +02:00
Bastien Wirtz cbbed6346a Migrate to VueJS 3 2022-07-02 21:16:41 +02:00
toa 1b9a3f1975 feat: add custom service Healthchecks
* refs #474
2022-06-25 15:34:25 +02:00
Bastien Wirtz 10f6f123e8 Lint run 2022-06-05 21:50:28 +02:00
Bastien Wirtz 2b48d1c057
Merge pull request #448 from bemble/main
feat(pwa): enhance connectivity checks
2022-06-04 09:07:15 +02:00
Pierre 132e9a0df5 feat(auth): do not handle redirection in getConfig
It will be handled by connectivity checker
2022-05-30 17:04:21 +02:00
Pierre f64278d41d feat(connectivity): change query parameter to change connectivity
Always use timestamp as query parameter instead of alive
2022-05-30 17:03:28 +02:00
Bastien Wirtz 95d73348e5 Updates 2022-05-29 09:46:05 +02:00
Pierre 4353f5e036 feat(auth): handle unauthorized request in connectivity
Reload page without cache if 401 and 403 status in response
2022-05-16 14:52:46 +02:00
James Coleman 9506ed53c8 Add support for search keywords to solve issue #372 2022-05-12 17:30:24 -05:00
Pierre 98b460d6fe fix(auth): add timestamp in URL to prevent infinite redirection loop 2022-05-10 09:46:42 +02:00
Pierre bf2fcc6641 feat(pwa): enhance connectivity checks
Also add support to auth proxy such as Authelia
2022-05-09 23:47:05 +02:00
Bastien Wirtz 4f56c2c11b Handle 404 error on config file. 2022-04-30 15:39:36 +02:00