# 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'.
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.