]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Implementation status warning
authorBastien Wirtz <bastien.wirtz@gmail.com>
Sun, 10 Oct 2021 18:57:04 +0000 (20:57 +0200)
committerBastien Wirtz <bastien.wirtz@gmail.com>
Sun, 10 Oct 2021 18:57:04 +0000 (20:57 +0200)
docs/configuration.md
docs/customservices.md

index 0dd0a85b8e466c21149ea89a185653e7fed50d26..e4ddfcf34b0604d80c290519213f0a0f95b9e0c4 100644 (file)
@@ -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'.
index 8ea28ee7b353c3ba5cc26f198b8dd37e54f3f752..ef8494893b730979b92c62446518f0c484573afe 100644 (file)
@@ -14,9 +14,12 @@ If you experiencing any issue, please have a look to the [troubleshooting](troub
   logo: "assets/tools/sample.png"
   url: "http://my-service-link"
   endpoint: "http://my-service-endpoint" # Optional: alternative base URL used to fetch service data is necessary.
+  useCredentials: false # Optional: Override global proxy.useCredentials configuration.
   type: "<type>"
 ```
 
+⚠️🚧 `endpoint` & `useCredentials` new options are not yet supported by all custom services (but will be very soon).
+
 ## PiHole
 
 Using the PiHole service you can display info about your local PiHole instance right on your Homer dashboard.