aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong config.yml pathNuno Goncalves2022-06-291-1/+1
| | | Path to config.yml when checking for existing configuration was wrong and it will never be found
* fix repository namev22.06.1Bastien Wirtz2022-06-121-1/+1
|
* Simplified & updated CI/CDBastien Wirtz2022-06-127-133/+51
|
* Configuring automatically generated release notesBastien Wirtz2022-06-061-0/+8
|
* Lint runBastien Wirtz2022-06-052-5/+8
|
* Merge pull request #462 from ↵Bastien Wirtz2022-06-041-3/+3
|\ | | | | | | | | bastienwirtz/dependabot/npm_and_yarn/eventsource-1.1.1 Bump eventsource from 1.1.0 to 1.1.1
| * Bump eventsource from 1.1.0 to 1.1.1dependabot[bot]2022-06-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #448 from bemble/mainBastien Wirtz2022-06-045-9/+42
|\ \ | |/ |/| feat(pwa): enhance connectivity checks
| * doc(auth): add auth proxy documentationPierre2022-05-302-1/+8
| |
| * 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-092-0/+28
| | | | | | | | Also add support to auth proxy such as Authelia
* | UpdatesBastien Wirtz2022-05-297-83/+87
| |
* | Merge pull request #451 from GRMrGecko/mainBastien Wirtz2022-05-243-1/+4
|\ \ | | | | | | Add support for search keywords to solve issue #372
| * | Update docs/configuration.md Mr. Gecko2022-05-231-1/+1
| | | | | | | | | | | | | | | Add comment to describe keywords Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
| * | Add support for search keywords to solve issue #372James Coleman2022-05-123-1/+4
| |/
* | Merge pull request #454 from ericperko/jellyfin-docsBastien Wirtz2022-05-231-2/+2
|\ \ | |/ |/| Emby service also supports Jellyfin
| * Emby service also supports JellyfinEric Perko2022-05-211-2/+2
|/
* Merge pull request #443 from therumbler/patch-1Bastien Wirtz2022-05-031-1/+1
|\ | | | | Update README.md
| * Update README.mdBenjamin Rumble2022-05-031-1/+1
|/ | | exemple -> example
* Apply lastest update to arm dockerfileBastien Wirtz2022-04-303-15/+19
|
* Merge pull request #421 from bastienwirtz/docker-reworkBastien Wirtz2022-04-3011-52/+93
|\ | | | | Docker rework
| * 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-308-53/+52
| | | | | | | | unprivileged user
| * Alias subfolder hostingBastien Wirtz2022-04-304-23/+16
| |
| * Replaced darkhttpd with lighttpdKirmy2022-04-305-10/+35
| |
| * Added feature for subfolder hostingBernhard Großer2022-04-302-0/+10
|/ | | | By setting the SUBFOLDER env var, you can host Homer in a subfolder behind a reverse proxy.
* Added Tautulli service to ToCv22.02.2Evan Steinkerchner2022-04-291-0/+1
|
* Fixed prettier warningEvan Steinkerchner2022-04-291-1/+1
|
* Added Tautulli service (#439)Evan Steinkerchner2022-04-292-0/+119
|
* 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
|
* Bump async from 2.6.3 to 2.6.4 (#433)dependabot[bot]2022-04-261-3/+3
| | | | | | | | | | | | | | | | Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update fontawesome from 5.15.4 to 6.1.1, fixes #432Evan Steinkerchner2022-04-262-5/+5
|
* Add Uptime Kuma service to ToCEvan Steinkerchner2022-04-221-0/+1
|
* Add UptimeKuma Service component (#414)Adyanth H2022-04-202-0/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * :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 #321 from Darkham42/feature/adguard-home-customservices-docBastien Wirtz2022-04-071-0/+12
|\ | | | | doc: add doc for AdGuard Home
| * Merge branch 'main' into feature/adguard-home-customservices-docBastien Wirtz2022-04-0730-549/+973
| |\ | |/ |/|
* | Merge pull request #402 from Zareix/feature/portainer-environmentsBastien Wirtz2022-04-072-0/+10
|\ \ | | | | | | Portainer service - Select environments
| * | select environmentsRaphaël Catarino2022-03-192-0/+10
| | |
* | | Merge pull request #410 from espilioto/mainBastien Wirtz2022-04-072-1/+141
|\ \ \ | | | | | | | | Emby integration
| * | | 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
| | | |
| * | | Fixed yarn lint errorsunknown2022-03-291-21/+22
| | | |
| * | | Update customservices.mdSouLSLayeR2022-03-281-1/+1
| | | |
| * | | Update customservices.mdSouLSLayeR2022-03-281-1/+23
| | | |