From fea0f0904537db7ca164b1cb29ffcfcbb807a709 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sun, 10 Oct 2021 09:46:51 +0200 Subject: Proxy settings documentation --- docs/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/configuration.md') diff --git a/docs/configuration.md b/docs/configuration.md index d90981a..b1cce56 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -24,6 +24,10 @@ footer: '

Created with ❤️ with Date: Sun, 10 Oct 2021 10:16:18 +0200 Subject: Allow any service to override the credentials option --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/configuration.md') diff --git a/docs/configuration.md b/docs/configuration.md index b1cce56..0dd0a85 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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'. -- cgit v1.2.3 From 66a434e7dba49011dd5401e32bb45ab180a73a11 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sun, 10 Oct 2021 20:57:04 +0200 Subject: Implementation status warning --- docs/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/configuration.md') 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 # 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. Can be overrided on service level. + # NOT All custom services implements this new option YET. Support will be extended very soon. + 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'. -- cgit v1.2.3