diff options
Diffstat (limited to 'docs/configuration.md')
-rw-r--r-- | docs/configuration.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 807fa68..c554297 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -26,6 +26,11 @@ footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a hre | |||
26 | columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) | 26 | columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) |
27 | connectivityCheck: true # whether you want to display a message when the apps are not accessible anymore (VPN disconnected for example) | 27 | connectivityCheck: true # whether you want to display a message when the apps are not accessible anymore (VPN disconnected for example) |
28 | 28 | ||
29 | # Optional: Proxy / hosting option | ||
30 | proxy: | ||
31 | # NOT All custom services implements this new option YET. Support will be extended very soon. | ||
32 | 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. | ||
33 | |||
29 | # Optional theming | 34 | # Optional theming |
30 | theme: default # 'default' or one of the themes available in 'src/assets/themes'. | 35 | theme: default # 'default' or one of the themes available in 'src/assets/themes'. |
31 | 36 | ||