1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

Allow any service to override the credentials option

This commit is contained in:
Bastien Wirtz 2021-10-10 10:16:18 +02:00
parent fea0f09045
commit efc2bbb856
2 changed files with 15 additions and 1 deletions

View file

@ -26,7 +26,7 @@ connectivityCheck: true # whether you want to display a message when the apps ar
# Optional: Proxy / hosting option
proxy:
useCredentials: false # send cookies & authorization headers when fetching service specific data. Set to `true` if you use an authentication proxy.
useCredentials: false # send cookies & authorization headers when fetching service specific data. Set to `true` if you use an authentication proxy. Can be overrided on service level.
# Optional theming
theme: default # 'default' or one of the themes available in 'src/assets/themes'.