aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Apply lintBastien Wirtz2022-11-051-128/+186
|
* Proxmox improvementsBastien Wirtz2022-11-051-14/+39
|
* New Copy to clipboard custom serviceBastien Wirtz2022-11-051-0/+85
|
* Apply lint fixesv22.10.2Bastien Wirtz2022-10-312-172/+185
|
* Service for rTorrent. (#511)lindely2022-10-311-0/+153
| | | Service for rTorrent.
* qBittorrent service (#540)Shagon942022-10-301-0/+120
| | | qBittorrent service
* Fix openweather serviceBastien Wirtz2022-10-302-9/+14
|
* Displaying the timezone hour near temprature for each location (#449)apivko2022-10-301-1/+28
| | | Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
* Update dependenciesBastien Wirtz2022-10-291-3/+3
|
* Fixed 'method' not defaulting to HEAD request in Ping functionalitySylwester Wróblewski2022-10-161-1/+1
|
* Small refactor to remove one redundant line.luixal2022-10-131-2/+1
|
* Adds loading and errors icons/msgs. Adds docs.luixal2022-10-131-3/+13
|
* Adds total count for VMs.v22.10.1luixal2022-10-091-1/+1
|
* Adds custom service for Proxmoxluixal2022-10-091-0/+101
|
* added more strict checking of http method to Ping serviceIsaac Suttell2022-10-081-1/+7
|
* added support for Get method to Ping custom serviceIsaac Suttell2022-10-081-1/+4
|
* Fix UptimeKuma status message when all sites are down #503Bastien Wirtz2022-09-182-6/+22
|
* Additional page name as css classv22.08.1Bastien Wirtz2022-08-261-7/+6
|
* fix: resolve typo in Healthchecks service nametoa2022-07-161-0/+0
| | | | * refs #474
* Merge branch 'main' into vuejs-3Bastien Wirtz2022-07-121-0/+115
|\
| * feat: add custom service Healthcheckstoa2022-06-251-0/+115
| | | | | | | | * refs #474
* | Small fixesBastien Wirtz2022-07-124-5/+7
| |
* | Fix theming issue & subfolder hostingBastien Wirtz2022-07-122-2/+2
| |
* | Fix search widgetBastien Wirtz2022-07-111-7/+9
| |
* | Fix lint issuesBastien Wirtz2022-07-033-15/+18
| |
* | new PWA implementationBastien Wirtz2022-07-031-34/+0
| |
* | Make connectivity check work with vitejs dev serverBastien Wirtz2022-07-021-1/+1
| | | | | | | | Head requests on directory path end up in 404
* | Migrate to VueJS 3Bastien Wirtz2022-07-025-18/+13
|/
* Lint runBastien Wirtz2022-06-051-4/+7
|
* Merge pull request #448 from bemble/mainBastien Wirtz2022-06-042-8/+31
|\ | | | | feat(pwa): enhance connectivity checks
| * feat(auth): do not handle redirection in getConfigPierre2022-05-301-7/+1
| | | | | | | | It will be handled by connectivity checker
| * feat(connectivity): change query parameter to change connectivityPierre2022-05-301-2/+3
| | | | | | | | Always use timestamp as query parameter instead of alive
| * feat(auth): handle unauthorized request in connectivityPierre2022-05-161-1/+1
| | | | | | | | Reload page without cache if 401 and 403 status in response
| * fix(auth): add timestamp in URL to prevent infinite redirection loopPierre2022-05-101-1/+4
| |
| * feat(pwa): enhance connectivity checksPierre2022-05-091-0/+25
| | | | | | | | Also add support to auth proxy such as Authelia
* | UpdatesBastien Wirtz2022-05-292-3/+7
| |
* | Add support for search keywords to solve issue #372James Coleman2022-05-121-1/+2
|/
* Handle 404 error on config file.Bastien Wirtz2022-04-303-4/+18
|
* Simplify the container starting process to allow it to run with aBastien Wirtz2022-04-301-0/+4
| | | | unprivileged user
* Fixed prettier warningEvan Steinkerchner2022-04-291-1/+1
|
* Added Tautulli service (#439)Evan Steinkerchner2022-04-291-0/+92
|
* Change main-section margin-bottom to padding-bottom to compensate for footerEvan Steinkerchner2022-04-281-3/+2
|
* Small formatting fixEvan Steinkerchner2022-04-281-1/+2
|
* Fixed issue where v-for keys could clash if two groups had the same nameEvan Steinkerchner2022-04-281-5/+8
|
* Add UptimeKuma Service component (#414)Adyanth H2022-04-201-0/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * :sparkles: Add UptimeKuma Service component * :memo: Add custom services documentation * Change await to fetch and use new API * :sparkles: Tri State logic from Uptime Kuma * :memo: 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>
* Merge pull request #402 from Zareix/feature/portainer-environmentsBastien Wirtz2022-04-071-0/+6
|\ | | | | Portainer service - Select environments
| * select environmentsRaphaël Catarino2022-03-191-0/+6
| |
* | Update src/components/services/Emby.vueSouLSLayeR2022-04-011-1/+1
| | | | | | Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
* | Removed await from api callunknown2022-03-311-1/+1
| |
* | No authentication required for public endpointunknown2022-03-311-5/+1
| |