aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* 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
| * | | | Merge branch 'main' into mainBastien Wirtz2021-09-1322-1773/+2656
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Deps updates & lintBastien Wirtz2021-09-133-11/+14
| | | | |
* | | | | Merge pull request #271 from Sharknoon/mainBastien Wirtz2021-09-131-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fixed the height of the Dashboard Title in case of a long string
| * | | | | Update app.scssJosua Frank2021-09-091-2/+2
| | | | | | | | | | | | | | | | | | Fixed the height of the header in case of a longer dashboard title
* | | | | | Merge pull request #258 from mcclurec/sso-compliant-fetch-callsBastien Wirtz2021-09-134-3/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | SSO Compliant Fetch Calls
| * | | | | | Update PiHole.vueColin2021-08-161-1/+1
| | | | | | |
| * | | | | | Update AdGuardHome.vueColin2021-08-161-1/+1
| | | | | | |
| * | | | | | Update AdGuardHome.vueColin2021-08-111-1/+1
| | | | | | |
| * | | | | | Update PaperlessNG.vueColin2021-08-111-1/+1
| | | | | | |
| * | | | | | Update PiHole.vueColin2021-08-111-1/+1
| | | | | | |
| * | | | | | Update Ping.vueColin2021-08-111-1/+5
| | | | | | |
| * | | | | | Update PaperlessNG.vueColin2021-08-111-0/+1
| | | | | | |
| * | | | | | Update AdGuardHome.vueColin2021-08-111-1/+3
| | | | | | |
| * | | | | | include credentials while making fetch callsColin2021-08-111-1/+3
| | |_|_|_|/ | |/| | | |