Code review fixes

This commit is contained in:
Artur Bauer
2021-10-11 18:38:13 +02:00
parent 277dafafa9
commit 80ba98cf66
2 changed files with 42 additions and 65 deletions

View File

@@ -6,15 +6,16 @@ within Homer.
If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page.
## Common options
```yaml
- name: 'My Service'
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.
- name: "My Service"
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>'
type: "<type>"
```
⚠️🚧 `endpoint` & `useCredentials` new options are not yet supported by all custom services (but will be very soon).