https://github.com/eea/volto-controlpanel
https://github.com/eea/volto-controlpanel
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eea/volto-controlpanel
- Owner: eea
- License: mit
- Created: 2024-03-13T12:24:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-12T15:12:47.000Z (3 months ago)
- Last Synced: 2025-03-25T04:41:51.580Z (3 months ago)
- Language: JavaScript
- Size: 521 KB
- Stars: 1
- Watchers: 27
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-volto - volto-controlpanel - Enhance Version Overview information in Control Panel. Requires `eea.api.controlpanel` Plone backend add-on. (Addons)
README
# volto-controlpanel
[](https://github.com/eea/volto-controlpanel/releases)
[](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-controlpanel/job/master/display/redirect)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-controlpanel-master)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-controlpanel-master)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-controlpanel-master)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-controlpanel-master)[](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-controlpanel/job/develop/display/redirect)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-controlpanel-develop)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-controlpanel-develop)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-controlpanel-develop)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-controlpanel-develop)[Volto](https://github.com/plone/volto) add-on that enhance Version Overview information in Control Panel:
* Frontend Version
* When it was updated and from which version
* Link to Frontend changelog
* Volto version and the list of all installed Volto add-ons
* Backend Version
* When it was updated and from which version
* Link to Backend changelog
* List of all Python eggs installed on Backend## Requirements
This addon requires a server-side package to be installed.
* [eea.api.controlpanel](https://github.com/eea/eea.api.controlpanel?)## Features

## Environment Variables
You can control the information displayed in Volto Control Panel via the following environment variables:
* `RAZZLE_CHANGELOG_PREFIX` - Default: `https://github.com/eea` - Used to compose the links to CHANGELOG
* `RAZZLE_CHANGELOG_SUFFIX` - Default: `releases` - Used to compose the links to CHANGELOG
* `RAZZLE_FRONTEND_VERSION` - Default: `` - Frontend version
* `RAZZLE_FRONTEND_NAME` - Default: `` - Used to compose the links to CHANGELOG
* `RAZZLE_BACKEND_VERSION` - Default: `''` - Backend version
* `RAZZLE_BACKEND_NAME` - Default: `plone-backend` - Used to compose the backend link to CHANGELOG## Getting started
### Try volto-controlpanel with Docker
git clone https://github.com/eea/volto-controlpanel.git
cd volto-controlpanel
make
make startGo to http://localhost:3000
### Add volto-controlpanel to your Volto project
1. Make sure you have a [Plone backend](https://plone.org/download) up-and-running at http://localhost:8080/Plone
```Bash
docker compose up backend
```1. Start Volto frontend
* If you already have a volto project, just update `package.json`:
```JSON
"addons": [
"@eeacms/volto-controlpanel"
],"dependencies": {
"@eeacms/volto-controlpanel": "*"
}
```* If not, create one:
```
npm install -g yo @plone/generator-volto
yo @plone/volto my-volto-project --canary --addon @eeacms/volto-controlpanel
cd my-volto-project
```1. Install new add-ons and restart Volto:
```
yarn
yarn start
```1. Go to http://localhost:3000
1. Happy editing!
## Release
See [RELEASE.md](https://github.com/eea/volto-controlpanel/blob/master/RELEASE.md).
## How to contribute
See [DEVELOP.md](https://github.com/eea/volto-controlpanel/blob/master/DEVELOP.md).
## Copyright and license
The Initial Owner of the Original Code is European Environment Agency (EEA).
All Rights Reserved.See [LICENSE.md](https://github.com/eea/volto-controlpanel/blob/master/LICENSE.md) for details.
## Funding
[European Environment Agency (EU)](http://eea.europa.eu)
Funding[European Environment Agency (EU)](http://eea.europa.eu)