Custom
Custom providers implement your own custom logic for providing imagery from whatever source you can imagine. They require a custom Go script file interpreted using Yaegi. The main README has more detailed information on implementing custom providers and examples are available.
Name should be "custom"
Configuration options:
Parameter | Description | Type | Required | Default |
---|---|---|---|---|
file |
An absolute file path to find the Go code implementing the provider |
string |
Yes |
None |
Any |
Any additional parameter you include will be automatically supplied to your custom provider as-is |
Any |
No |
None |