Skip to content

Tool to print with Labelprinter via Web Interface

Notifications You must be signed in to change notification settings

TinkerTob/web2dymo-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web2dymo-docker - Dymo Label Printer Webinterface for Docker

Docker Image with PHP and CUPS for printing on Dymo Labelprinters connected to a network print server.

Usage

Example docker-compose configuration:

version: "3"

services:
  app:
    build:
      context: ./app
    restart: unless-stopped
    volumes: 
      - "./data/web:/var/www/html"
    ports: 
      - 80:80
    environment:
      PRINTER1_ENABLE: 1
      PRINTER1_NAME: dymo450
      PRINTER1_DEVURI: socket://url.to.print.server:9100
      PRINTER1_PPDFILE: /usr/share/cups/model/lw450.ppd
      PRINTER2_ENABLE: 1
      PRINTER2_NAME: dymo320
      PRINTER2_DEVURI: socket://url.to.print.server:9101
      PRINTER2_PPDFILE: /usr/share/cups/model/lw320.ppd

About

Tool to print with Labelprinter via Web Interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.1%
  • HTML 36.2%
  • Other 1.7%