@eeacms/volto-sentry-rancher-config
v5.0.0
Published
volto-sentry-rancher-config: Volto add-on to auto-configure Sentry from Rancher metadata
Downloads
576
Readme
volto-sentry-rancher-config
Volto add-on to auto-configure Sentry from Rancher metadata
Features
- Auto-extract Sentry options (tags, environment, etc.) from Rancher Metadata
Deploying with Docker/Rancher
- See EEA Website Frontend Rancher Catalog template for integration example:
Getting started
Try volto-sentry-rancher-config with Docker
git clone https://github.com/eea/volto-sentry-rancher-config.git
cd volto-sentry-rancher-config
make
make start
Go to http://localhost:3000
Add volto-sentry-rancher-config to your Volto project
Make sure you have a Plone backend up-and-running at http://localhost:8080/Plone
docker compose up backend
Start Volto frontend
If you already have a volto project, just update
package.json
:"addons": [ "@eeacms/volto-sentry-rancher-config" ], "dependencies": { "@eeacms/volto-sentry-rancher-config": "*" }
If not, create one:
npm install -g yo @plone/generator-volto yo @plone/volto my-volto-project --canary --addon @eeacms/volto-sentry-rancher-config cd my-volto-project
Install new add-ons and restart Volto:
yarn yarn start
Go to http://localhost:3000
Happy editing!
Release
See RELEASE.md.
How to contribute
See DEVELOP.md.
Copyright and license
The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.
See LICENSE.md for details.