aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | |
| * | | Initial Emby service commitunknown2022-03-281-0/+121
| | | |
* | | | Merge pull request #409 from bastienwirtz/dependabot/npm_and_yarn/minimist-1.2.6Bastien Wirtz2022-03-311-3/+3
|\ \ \ \ | |/ / / |/| | | Bump minimist from 1.2.5 to 1.2.6
| * | | Bump minimist from 1.2.5 to 1.2.6dependabot[bot]2022-03-261-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | FA note chages for new users (#404)Little-Karl2022-03-193-3/+3
| | | | | | | | | Update link to Font Awesome to reference v5 directly
* | | Merge pull request #401 from Zareix/fix/portainer-serviceEvan Steinkerchner2022-03-191-1/+3
|\ \ \ | |/ / |/| | Portainer service - Fix for down endpoints
| * | prettierRaphaël Catarino2022-03-191-1/+1
| | |
| * | fix if endpoint not upRaphaël Catarino2022-03-191-1/+3
|/ /
* | Merge pull request #311 from Aryess/mainEvan Steinkerchner2022-03-135-1/+33
|\ \ | | | | | | Fix #121 - Change default theme and layout from config
| * | Fix #121 - Change default theme and layout from configAryess2021-10-125-1/+33
| | |
* | | Add a get started link when no configuration is foundBastien Wirtz2022-03-115-13/+65
| | |
* | | Merge pull request #393 from jamesmacwhite/ping-endpoint-urlsBastien Wirtz2022-03-061-1/+7
|\ \ \ | | | | | | | | Check if path has data before adding a trailing slash (/)
| * | | Check if path has data before adding /James White2022-03-061-1/+7
| | | |
* | | | Merge pull request #389 from ↵Bastien Wirtz2022-03-061-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | bastienwirtz/dependabot/npm_and_yarn/url-parse-1.5.10 Bump url-parse from 1.5.7 to 1.5.10
| * | | | Bump url-parse from 1.5.7 to 1.5.10dependabot[bot]2022-02-281-3/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>