Sign inSign up

sieteunoseis/cucm-sql-editor

By sieteunoseis

•Updated over 1 year ago

NodeJS application that allows you to send SQL queries to CUCM via AXL API.

Image
1

1.3K

sieteunoseis/cucm-sql-editor repository overview

⁠Cisco CUCM SQL Editor

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⁠.

⁠Getting Started

These instructions will cover usage information and for the docker container

⁠Prerequisities

In order to run this container you'll need docker installed.

⁠Usage
⁠Container Parameters

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
⁠Environment Variables
  • NODE_ENV - Used for production or development
  • CUCM_HOSTNAME - Hostname of CUCM publisher
  • CUCM_USERNAME - AXL username
  • CUCM_PASSWORD - AXL password
  • CUCM_VERSION - CUCM version
⁠Volumes
  • /app/data - File storage location for saved queries. Mount to host volume to access and edit .sql files on host machine.

⁠Built With

  • NodeJS 18

⁠Find Us

⁠Versioning

We use SemVer⁠ for versioning. For the versions available, see the tags on this repository⁠.

⁠Authors

⁠License

This project is licensed under the MIT License - see the LICENSE.md⁠ file for details.

⁠Acknowledgments

Tag summary

Content type

Image

Digest

sha256:936852d47…

Size

447.3 MB

Last updated

over 1 year ago

docker pull sieteunoseis/cucm-sql-editor