Initial commit: Nextcloud Node-RED Docker image and custom nodes
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to **node-red-contrib-nextcloud-ocs** and the Docker image are documented here.
|
||||
|
||||
Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||
|
||||
## [0.8.0] - Unreleased
|
||||
|
||||
### Added
|
||||
|
||||
- Nodes: `core`, `oauth2`, `provisioning`, `filesharing`, `userstatus`, `settings`
|
||||
- Nodes: `webhooks`, `dashboard`, `dav` (from 0.6.x line)
|
||||
- Docker `ENTRYPOINT` runs `entrypoint.sh` (fixes nodes not copied to `/data`)
|
||||
- Entrypoint logging and install verification
|
||||
- Documentation: README, ARCHITECTURE, DEPLOYMENT, NODES, TROUBLESHOOTING
|
||||
|
||||
### Fixed
|
||||
|
||||
- Node-RED `userDir` forced to `/data` so palette loads from volume `node_modules`
|
||||
- Removed brittle copy of default `settings.js` (path differs in base image)
|
||||
- Stale `node-red-data` volume keeping old package versions (documented)
|
||||
|
||||
## [0.6.0]
|
||||
|
||||
### Added
|
||||
|
||||
- `webhooks`, `dashboard`, `dav` nodes
|
||||
- 10-node package (config + 9 functional nodes)
|
||||
|
||||
## [0.5.0]
|
||||
|
||||
### Added
|
||||
|
||||
- Initial set: `nextcloud-config`, `ocs-api`, `collectives`, `file-operations`, `mail`, `tables`, `talk`
|
||||
|
||||
[0.8.0]: https://github.com/your-org/nextcloud-node-red/compare/v0.6.0...HEAD
|
||||
[0.6.0]: https://github.com/your-org/nextcloud-node-red/compare/v0.5.0...v0.6.0
|
||||
[0.5.0]: https://github.com/your-org/nextcloud-node-red/releases/tag/v0.5.0
|
||||
Reference in New Issue
Block a user