mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Code review fixes
This commit is contained in:
parent
277dafafa9
commit
80ba98cf66
2 changed files with 42 additions and 65 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue