@signalk/resources-provider
Version:
Resources provider plugin for Signal K server.
54 lines (35 loc) • 1.44 kB
Markdown
# CHANGELOG: RESOURCES-PROVIDER
___Note: Can only be used with Signal K server version 2.0.0 or later.___
---
## v1.2.0
- **Update**: Update plugin configuration to include `charts`.
## v1.1.2
- **Update**: Change plugin category keyword to `signalk-category-utility`.
## v1.1.0
- **Fix**: Only process files in resource folders (ignore folders).
## v1.0.0
Resource Provider plugin that facilitates the storage and retrieval of resources on the Signal K server filesystem.
By default it is enabled to handle the following Signal K resource types:
- `routes`
- `waypoints`
- `notes`
- `regions`
Each resource type can individually enabled / disabled via the Plugin Config screen of the Signal K server.
The plugin can also be configured to handle additional `custom` resource types.
All resource types are stored on the local filesystem of the Signal K server with each type within its own folder.
The parent folder under which resources are stored can be configured from within the plugin config screen. The default path is `~/.signalk/resources`.
```
.signalk
/resources
/routes
...
/waypoints
...
/notes
...
/regions
...
/my_custom_type
...
```
