Print server for network-connected label printers.
The server is published on the GitHub container registry.
To make it run, you need a MongoDB instance accessible from the container, and setup the following environment variables:
NODE_ENV
: Default:production
.LOG_LEVEL
: Default:info
.MONGODB_URL
: URL to the MongoDB instance.MONGODB_DATABASE
: Name of the MongoDB database to use.
node scripts/zebra/getStatus.js <ip address>
node scripts/ipp/getAttributes.js <ip address>
node scripts/ipp/getStatus.js <ip address>