Thermal printer application for OakOS v5.0.X
10K+
Thermal printer application for OakOS v5.0.X This is designed to work on EPSON and STAR thermal printers and is tested on Epson TM-T88v
Make sure that you are running the right version of Node locally. You will find the required version in the .nvmrc file
If you are not running the same version (node -v) then you will need to run
nvm install $(cat .nvmrc)
npm run rebuild
npm run dev
xhost +
docker-compose up --build
docker-compose down
{
"services": [
{
"image": "index.docker.io/oaklabs/app-thermal-printer:release-1.0.0",
"environment": {
"TZ": "America/Los_Angeles",
"PRINTER_NAME": "http://localhost:631/printers/TM-T88V"
}
}
]
}
This snippet results can be seen in the application logs on the OakOS Dashboard
Content type
Image
Digest
Size
571.8 MB
Last updated
over 6 years ago
docker pull oaklabs/app-thermal-printer