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 |
|
Bastien Wirtz
|
049f85221e
|
Simplify the container starting process to allow it to run with a
unprivileged user
|
2022-04-30 15:39:36 +02:00 |
|
Evan Steinkerchner
|
9bb51bb244
|
Fixed prettier warning
|
2022-04-29 14:21:42 -04:00 |
|
Evan Steinkerchner
|
e6c106eb72
|
Added Tautulli service (#439)
|
2022-04-29 14:18:59 -04:00 |
|
Evan Steinkerchner
|
6e4410d8f1
|
Change main-section margin-bottom to padding-bottom to compensate for footer
|
2022-04-28 17:50:56 -04:00 |
|
Evan Steinkerchner
|
cc0bc909da
|
Small formatting fix
|
2022-04-28 17:13:37 -04:00 |
|
Evan Steinkerchner
|
4d35b1fdcc
|
Fixed issue where v-for keys could clash if two groups had the same name
|
2022-04-28 17:07:52 -04:00 |
|
Adyanth H
|
847d1ba3e8
|
Add UptimeKuma Service component (#414)
* ✨ Add UptimeKuma Service component
* 📝 Add custom services documentation
* Change await to fetch and use new API
* ✨ Tri State logic from Uptime Kuma
* 📝 Add and lint documentation
* Remove erroneous logging
Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com>
* Remove CORS warning
Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com>
* Correct error level
Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com>
* Correct error level
Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com>
* Prevent caching of requests
Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com>
* Prevent caching of requests
Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com>
* Undo unrelated changes
Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com>
|
2022-04-20 08:43:55 -04:00 |
|
Bastien Wirtz
|
9e1e82b0f3
|
Merge pull request #402 from Zareix/feature/portainer-environments
Portainer service - Select environments
|
2022-04-07 21:45:32 +02:00 |
|
SouLSLayeR
|
1275a8cce5
|
Update src/components/services/Emby.vue
Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
|
2022-04-01 00:07:02 +03:00 |
|
unknown
|
cd1fc28f51
|
Removed await from api call
|
2022-03-31 23:55:32 +03:00 |
|
unknown
|
5c42d50d47
|
No authentication required for public endpoint
|
2022-03-31 23:54:26 +03:00 |
|
unknown
|
abfe72b9cf
|
Fixed yarn lint errors
|
2022-03-29 11:39:15 +03:00 |
|
unknown
|
585844394d
|
Initial Emby service commit
|
2022-03-28 20:00:17 +03:00 |
|
Raphaël Catarino
|
4e953d7c81
|
prettier
|
2022-03-19 14:12:30 +01:00 |
|
Raphaël Catarino
|
e2ebf9973b
|
select environments
|
2022-03-19 13:52:41 +01:00 |
|
Raphaël Catarino
|
a7cbcc7700
|
fix if endpoint not up
|
2022-03-19 12:59:05 +01:00 |
|
Evan Steinkerchner
|
049610bc91
|
Merge pull request #311 from Aryess/main
Fix #121 - Change default theme and layout from config
|
2022-03-13 15:00:09 -04:00 |
|
Bastien Wirtz
|
f398006935
|
Add a get started link when no configuration is found
|
2022-03-11 22:47:26 +01:00 |
|
Bastien Wirtz
|
db2a2af3a4
|
Merge pull request #393 from jamesmacwhite/ping-endpoint-urls
Check if path has data before adding a trailing slash (/)
|
2022-03-06 22:30:10 +01:00 |
|
James White
|
1340a8e6d0
|
Check if path has data before adding /
|
2022-03-06 20:04:16 +00:00 |
|
Evan Steinkerchner
|
edd2c9ce2d
|
Removed number fudging used for testing
|
2022-03-01 21:05:14 -05:00 |
|