Skip to content

lnbits/pay2print

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3df5b1e · Jan 7, 2025

History

12 Commits
Dec 23, 2024
Jan 7, 2025
Jan 7, 2025
Dec 23, 2024
Dec 23, 2024
Dec 23, 2024
Dec 23, 2024
Dec 23, 2024
Jan 2, 2025
Jan 7, 2025
Dec 26, 2024
Jan 3, 2025
Dec 23, 2024
Jan 2, 2025
Dec 23, 2024
Jan 2, 2025
Jan 2, 2025
Dec 23, 2024
Dec 23, 2024
Dec 26, 2024
Dec 26, 2024
Jan 2, 2025
Jan 3, 2025
Dec 23, 2024
Jan 3, 2025
Jan 3, 2025
Jan 7, 2025

Repository files navigation

Pay 2 Print Extension - repository extension

TODO

  • validate size of the print

share a printer via the network on cups

https://www.cups.org/doc/sharing.html

1. install cups and configure printer

apt-get install cups
systemctl start cups
systemctl enable cups

lpadmin -p MyPrinterName -o printer-is-shared=true
# set default printer
# lpoptions -d MyPrinterName
cupsctl --share-printers

server where you access the sharedprinter via the network

apt-get install cups-client
# check if printer is shared
lpstat -h 10.5.5.2 -a