NodeJS application that allows you to send SQL queries to CUCM via AXL API.
1.3K
A NodeJS web application to edit SQL queries and run again Cisco CUCM database. Results are returned to a web-based spreadsheet that can be download to CSV if needed.
Administrative XML (AXL) information can be found at: Administrative XML (AXL) Reference.
These instructions will cover usage information and for the docker container
In order to run this container you'll need docker installed.
Start container with exposed ports and mounted volume.
docker run -d -p 3000:3000 --name cucm-sql-editor --restart=always --env-file=.env -v cucm-sql-data:/app/data sieteunoseis/cucm-sql-editor:latest
How to get a shell started in the container
docker run sieteunoseis/cucm-sql-editor:latest sh
NODE_ENV - Used for production or developmentCUCM_HOSTNAME - Hostname of CUCM publisherCUCM_USERNAME - AXL usernameCUCM_PASSWORD - AXL passwordCUCM_VERSION - CUCM version/app/data - File storage location for saved queries. Mount to host volume to access and edit .sql files on host machine.We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Content type
Image
Digest
sha256:936852d47…
Size
447.3 MB
Last updated
over 1 year ago
docker pull sieteunoseis/cucm-sql-editor