aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2021-10-10 20:57:04 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2021-10-10 20:57:04 +0200
commit66a434e7dba49011dd5401e32bb45ab180a73a11 (patch)
tree7d5902aabd4145f995e3850c04bc11b7d2cef6b5 /docs/configuration.md
parent3acfb01d999527b609c08cd0790d3bb6bc2e2560 (diff)
downloadhomer-66a434e7dba49011dd5401e32bb45ab180a73a11.tar.gz
homer-66a434e7dba49011dd5401e32bb45ab180a73a11.tar.zst
homer-66a434e7dba49011dd5401e32bb45ab180a73a11.zip
Implementation status warning
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 0dd0a85..e4ddfcf 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -26,7 +26,8 @@ connectivityCheck: true # whether you want to display a message when the apps ar
26 26
27# Optional: Proxy / hosting option 27# Optional: Proxy / hosting option
28proxy: 28proxy:
29 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. 29 # NOT All custom services implements this new option YET. Support will be extended very soon.
30 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.
30 31
31# Optional theming 32# Optional theming
32theme: default # 'default' or one of the themes available in 'src/assets/themes'. 33theme: default # 'default' or one of the themes available in 'src/assets/themes'.