aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Added requested changesRobin Schneider2021-10-112-2/+3
|
* Merge branch 'bastienwirtz:main' into hotkeyRobin Schneider2021-10-116-0/+162
|\
| * Merge pull request #310 from ArturBa/mainBastien Wirtz2021-10-112-0/+155
| |\ | | | | | | Add Prometheus custom component
| | * Code review fixesArtur Bauer2021-10-112-65/+42
| | |
| | * Update docsArtur Bauer2021-10-101-6/+17
| | |
| | * Add Prometheus custom componentArtur Bauer2021-10-101-0/+167
| | |
| * | Merge pull request #307 from robinschneider/icon-colorBastien Wirtz2021-10-104-0/+7
| |\ \ | | |/ | |/| Added custom fontawesome icon color option with link property
| | * Merge branch 'bastienwirtz:main' into icon-colorRobin Schneider2021-10-1011-48/+136
| | |\ | | |/ | |/|
| | * Added custom fontawesome icon color option with link propertyRobin Schneider2021-10-084-0/+7
| | |
* | | Merge branch 'bastienwirtz:main' into hotkeyRobin Schneider2021-10-1011-48/+136
|\| |
| * | Implementation status warningBastien Wirtz2021-10-102-1/+5
| | |
| * | Custom services common options documentationBastien Wirtz2021-10-101-24/+32
| | |
| * | Allow non json reponse in fetch.Bastien Wirtz2021-10-102-12/+7
| | |
| * | Allow any service to override the credentials optionBastien Wirtz2021-10-102-1/+15
| | |
| * | Proxy settings documentationBastien Wirtz2021-10-101-0/+4
| | |
| * | Factorize fetch optionsBastien Wirtz2021-10-105-13/+45
| | |
| * | Auto PR lintBastien Wirtz2021-10-102-0/+31
| | |
| * | Merge pull request #308 from robinschneider/patch-1Bastien Wirtz2021-10-081-1/+1
| |\ \ | | |/ | |/| Spelling fix
| | * Spelling fixRobin Schneider2021-10-081-1/+1
| |/
* | Fixed spellingRobin Schneider2021-10-081-1/+1
| |
* | Merge branch 'bastienwirtz:main' into hotkeyRobin Schneider2021-10-0723-166/+549
|\|
| * Reduce docker healthcheck frequencyBastien Wirtz2021-10-063-3/+3
| |
| * Extendable base service for easier development.Bastien Wirtz2021-10-066-99/+104
| |
| * Merge pull request #304 from xconverge/patch-1Bastien Wirtz2021-10-061-1/+10
| |\ | | | | | | Update Ping entry in docs
| | * CleanupSean Kelly2021-10-061-1/+2
| | |
| | * Update customservices readme for pingSean Kelly2021-10-061-1/+9
| |/ | | | | | | | | Fixes #249 Would be improved with https://github.com/bastienwirtz/homer/pull/255
| * Merge pull request #277 from ↵Bastien Wirtz2021-09-251-3/+3
| |\ | | | | | | | | | | | | bastienwirtz/dependabot/npm_and_yarn/url-parse-1.5.3 Bump url-parse from 1.5.1 to 1.5.3
| | * Bump url-parse from 1.5.1 to 1.5.3dependabot[bot]2021-09-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
| * | Add troubleshooting sectionBastien Wirtz2021-09-253-1/+22
| | |
| * | Apply lintersBastien Wirtz2021-09-256-78/+84
| | |
| * | Merge pull request #260 from vosdev/mainBastien Wirtz2021-09-253-0/+9
| |\ \ | | | | | | | | Add healthcheck to Dockerfile
| | * | Add healthcheck to DockerfileDaniël Vos2021-08-153-0/+9
| | | |
| * | | Merge pull request #291 from mcclurec/radarr-sonarr-sso-fixBastien Wirtz2021-09-242-4/+12
| |\ \ \ | | | | | | | | | | Add credentials: "include" back to Radarr and Sonarr
| | * | | Update Sonarr.vueColin2021-09-221-1/+3
| | | | |
| | * | | Add credentials: "include" back to SonarrColin2021-09-221-1/+3
| | | | |
| | * | | Add credentials: "include" back to Radarr`Colin2021-09-221-2/+6
| |/ / /
| * | | Merge pull request #243 from waschinski/patch-1v21.09.2Bastien Wirtz2021-09-151-8/+46
| |\ \ \ | | | | | | | | | | Improving Adguard Home service
| | * | | Status visibility no longer depending on subtitleAndreas Waschinski2021-09-141-1/+1
| | | | |
| | * | | Merge branch 'main' into patch-1Andreas Waschinski2021-09-1411-32/+193
| | |\ \ \
| | * \ \ \ Merge branch 'main' into patch-1Andreas Waschinski2021-08-0813-2103/+2778
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Adding status "unknown"Andreas Waschinski2021-07-101-21/+27
| | | | | | | | | | | | | | | | | | | | | | | | Changing code as per linter
| | * | | | Improving Adguard Home serviceAndreas Waschinski2021-07-101-4/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Showing "x.x% blocked" similar to how the PiHole service is doing it. The status text will no longer be `true/false` but `enabled/disabled`. Endpoints require to be logged in so fetch does now send cookies to prevent 403s.
| * | | | | Merge pull request #246 from waschinski/mealie-serviceBastien Wirtz2021-09-142-0/+114
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | Adding Mealie service
| | * | | | Merge remote-tracking branch 'upstream/main' into mealie-serviceAndreas Waschinski2021-07-289-2091/+2108
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Updating configurationAndreas Waschinski2021-07-281-1/+1
| | | | | |
| | * | | | Statistics now also need the token for authenticationAndreas Waschinski2021-07-281-27/+28
| | | | | |
| | * | | | Merge branch 'main' into mealie-serviceAndreas Waschinski2021-07-149-46/+704
| | |\ \ \ \
| | * | | | | Adding Mealie serviceAndreas Waschinski2021-07-132-0/+113
| | | |_|/ / | | |/| | |
| * | | | | Weather service refactoringv21.09.1Bastien Wirtz2021-09-133-12706/+54
| | | | | |
| * | | | | Merge pull request #181 from dickwolff/mainBastien Wirtz2021-09-134-1/+12812
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Added OpenWeatherMap service