aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Added forwarder binding to Service.vueproxy-apiEvan Steinkerchner2022-04-281-1/+7
|
* Pass new forwarder config to services, give it a default value of emptyEvan Steinkerchner2022-04-192-1/+4
|
* Changed config and header names as per @bastienwirtz feedbackEvan Steinkerchner2022-04-191-5/+6
|
* Merge branch 'main' into proxy-apiEvan Steinkerchner2022-04-194-4/+166
|\
| * 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>
| | | * Improve with @bastienwirtz commentsDarkham2022-04-071-11/+1
| | | |
| | | * doc: add doc for AdGuard HomeDarkham2021-10-271-0/+21
| | | |
* | | | Added url and apikey config options under proxyEvan Steinkerchner2022-03-201-4/+16
|/ / /
* | | 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>
* | | | Merge pull request #391 from Roundaround/portainerBastien Wirtz2022-03-062-0/+138
|\ \ \ \ | |/ / / |/| | | Added Portainer custom service
| * | | Removed number fudging used for testingEvan Steinkerchner2022-03-011-1/+1
| | | |
| * | | Added Portainer custom serviceEvan Steinkerchner2022-03-012-0/+138
|/ / /
* | | Merge pull request #385 from saschabrockel/patch-1Bastien Wirtz2022-02-231-3/+3
|\ \ \ | | | | | | | | Fix typos in troubleshooting
| * | | Fix typos in troubleshootingSascha Brockel2022-02-211-3/+3
|/ / /
* | | Merge pull request #380 from FinalDoom/mainBastien Wirtz2022-02-192-10/+2
|\ \ \ | | | | | | | | Change Radarr/Sonarr v3 to use totalRecords
| * | | Change Radarr/Sonarr v3 to use totalRecords as counting paged records isFinalDoom2022-02-182-10/+2
| | | | | | | | | | | | | | | | wrong number
* | | | Merge pull request #371 from Wurzelmann/patch-2Bastien Wirtz2022-02-191-2/+2
|\ \ \ \ | | | | | | | | | | fixed typos: "additionnal" -> "additional"
| * | | | fixed typos: "Additionnal" -> "Additional"Wurzelmann2022-02-111-2/+2
| |/ / / | | | | | | | | Fixed all occurrences of typo "Additionnal" (including file name)
* | | | Merge pull request #369 from Wurzelmann/patch-1Bastien Wirtz2022-02-191-3/+3
|\ \ \ \ | | | | | | | | | | fixed typo: "additionnal" -> "additional"
| * | | | fixed typo: "additionnal" -> "additional"Wurzelmann2022-02-051-3/+3
| | | | | | | | | | | | | | | Fixed all occurrences of a typo (additionnal).
* | | | | Merge pull request #377 from ↵Bastien Wirtz2022-02-191-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | bastienwirtz/dependabot/npm_and_yarn/follow-redirects-1.14.8 Bump follow-redirects from 1.14.7 to 1.14.8
| * | | | | Bump follow-redirects from 1.14.7 to 1.14.8dependabot[bot]2022-02-151-3/+3
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #383 from ↵Bastien Wirtz2022-02-191-3/+3
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | bastienwirtz/dependabot/npm_and_yarn/url-parse-1.5.7 Bump url-parse from 1.5.3 to 1.5.7
| * | | | Bump url-parse from 1.5.3 to 1.5.7dependabot[bot]2022-02-191-3/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Lint fixesv22.02.1Bastien Wirtz2022-02-103-15/+16
| | | |
* | | | Merge pull request #365 from nthduy-deevotech/fix/sonarr-radarr-apiBastien Wirtz2022-02-103-10/+53
|\ \ \ \ | | | | | | | | | | Support for Radarr, Sonarr V3 API
| * \ \ \ Merge branch 'main' into fix/sonarr-radarr-apiBastien Wirtz2022-02-104-12/+106
| |\ \ \ \ | |/ / / / |/| | | |