Commit Graph

378 Commits

Author SHA1 Message Date
5afd21a84c Merge pull request #354 from bastienwirtz/dependabot/npm_and_yarn/follow-redirects-1.14.7
Bump follow-redirects from 1.14.1 to 1.14.7
2022-02-10 21:38:00 +01:00
0aa343d744 Bump follow-redirects from 1.14.1 to 1.14.7
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 10:47:08 +00:00
68b10120c9 Merge pull request #342 from b-t-k/patch-1
Typo: should have "s" in alias
2021-12-23 07:41:59 -08:00
9f14de32fe Merge pull request #344 from michaelkrieger/patch-1
Warn about exposed apikeys
2021-12-22 07:34:07 -08:00
ad8efdc799 Warn about exposed apikeys 2021-12-20 16:11:15 -05:00
BTK
a9cdf57043 Typo: should have "s" in alias 2021-12-15 12:58:56 -07:00
8283b8da5a Make Lidaar component use the Generic base component 2021-12-13 21:07:30 +01:00
b1c8586441 Merge pull request #329 from Panzer1119/main
Add Lidarr service
2021-12-13 11:54:04 -08:00
9c77651692 Last batch of custom services refacto. 2021-12-12 22:20:10 +01:00
b4a2db6e37 Services refactoring 2021-12-12 16:28:20 +01:00
e6ba84d35a Upgrade dependancies 2021-12-12 09:45:54 +01:00
611fe797eb Merge pull request #338 from naioja/bump_alpine_version
Using a newer version of alpine
2021-12-08 12:32:28 -08:00
e961af8255 Using a newer version of alpine
Signed-off-by: Adrian Joian <ajoian@microsoft.com>
2021-12-04 01:35:55 +01:00
0121fa8036 docs: add Lidarr service to customservices.md 2021-11-02 18:28:47 +01:00
754372579e feat: add Lidarr service 2021-11-02 18:26:33 +01:00
b7480f632e Merge pull request #316 from robinschneider/apikey
Fixes apikey inconsistency
2021-10-25 13:17:30 -07:00
9fce0ce5a5 Update src/components/services/OpenWeather.vue
Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
2021-10-25 14:08:31 +02:00
f2c901a1ec Merge branch 'bastienwirtz:main' into apikey 2021-10-25 14:06:41 +02:00
cf33747f42 Merge pull request #274 from robinschneider/hotkey
Added custom hotkey support
2021-10-25 04:46:58 -07:00
46c9a513e5 Merge pull request #319 from t-huyeng/fix-ping-doc
fixed Ping documentation yaml
2021-10-25 04:45:18 -07:00
400cdb8f6a fixed Ping documentation yaml 2021-10-21 16:52:06 +02:00
487f954a36 Fixes apikey inconsistency 2021-10-13 13:51:39 +02:00
446e78d2ab Merged main, fixed hotkey support 2021-10-12 14:36:22 +02:00
3668050ba3 Merge branch 'bastienwirtz:main' into hotkey 2021-10-12 14:16:13 +02:00
54c19bb5f0 Merge pull request #314 from AlexFullmoon/patch-1
Update customservices.md
2021-10-12 04:59:13 -07:00
168f157cf9 Update customservices.md
Added PaperlessNG configuration to be in line with other services.
2021-10-12 11:37:30 +03:00
1c0bf7132a Added requested changes 2021-10-11 23:54:34 +02:00
2f19540400 Merge branch 'bastienwirtz:main' into hotkey 2021-10-11 23:48:05 +02:00
c72acd57d0 Merge pull request #310 from ArturBa/main
Add Prometheus custom component
2021-10-11 13:23:43 -07:00
80ba98cf66 Code review fixes 2021-10-11 18:41:28 +02:00
d31a9a79c2 Merge pull request #307 from robinschneider/icon-color
Added custom fontawesome icon color option with link property
2021-10-10 23:17:41 -07:00
277dafafa9 Update docs 2021-10-10 22:20:34 +02:00
8d9cfa98bd Add Prometheus custom component 2021-10-10 22:14:33 +02:00
7a4e78e8d0 Merge branch 'bastienwirtz:main' into icon-color 2021-10-10 21:41:23 +02:00
87aadbb6df Merge branch 'bastienwirtz:main' into hotkey 2021-10-10 21:40:42 +02:00
66a434e7db Implementation status warning 2021-10-10 20:57:04 +02:00
3acfb01d99 Custom services common options documentation 2021-10-10 10:47:23 +02:00
2fba043575 Allow non json reponse in fetch. 2021-10-10 10:37:20 +02:00
efc2bbb856 Allow any service to override the credentials option 2021-10-10 10:16:18 +02:00
fea0f09045 Proxy settings documentation 2021-10-10 09:46:51 +02:00
0a3be103dc Factorize fetch options 2021-10-10 09:26:02 +02:00
a25e1b1a70 Auto PR lint 2021-10-10 09:23:35 +02:00
cc26624f39 Merge pull request #308 from robinschneider/patch-1
Spelling fix
2021-10-08 12:39:32 -07:00
d7e17e6146 Spelling fix 2021-10-08 17:50:19 +02:00
3faeac7e9f Added custom fontawesome icon color option with link property 2021-10-08 17:42:23 +02:00
b64b17a4f9 Fixed spelling 2021-10-08 15:11:00 +02:00
270e522e0e Merge branch 'bastienwirtz:main' into hotkey 2021-10-07 00:15:26 +02:00
220c60cba0 Reduce docker healthcheck frequency 2021-10-06 22:55:53 +02:00
2ca4faad9c Extendable base service for easier development. 2021-10-06 22:55:09 +02:00
c7dc6bfd0d Merge pull request #304 from xconverge/patch-1
Update Ping entry in docs
2021-10-06 12:42:22 -07:00