So it's been long due that we from Contezza that we've created this blog/post around our Admin Tools. This tool is used at our customers and this will become full Open Source.
This is maybe a response to the blog from Alfresco regarding the Control Center:
We had an app to manager users & groups within sites (for quite some time) and then we started to add stuff, like:
How can you start it?
As base you could use the compose file from Alfresco github https://github.com/Alfresco/acs-deployment/blob/master/docker-compose/docker-compose.yml
I'm not 100% sure how this works with de NGINX proxy which Alfresco uses, but the app below can be reached with url
http://localhost:4006/
admin-tools:
image: harbor.contezza.nl/public/admin-tools:1.0.0
environment:
ACS_PROXY_URL: http://${acs.host}:8080/alfresco/
ports:
- 4006:8080
networks:
dev_network:
aliases:
- admin-toolsScreenshot how it looks like.
TODO
A great shout out to our Developers at Contezza, Wasyl, Rick, Tjerk, Diego, Nume who are too shy to create a blog ==> hence I'm doing it
.
Code will be published here:
https://github.com/OrderOfTheBee/admin-tools
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.