23
Web printing (feddit.it)

Hi!

I have setup ScanServJS which is an awesome web page that access your scanner and let you scan and download the scanned pages from your self hosted web server. I have the scanner configured via sane locally on the server and now I can scan via web from whatever device (phone, laptop, tablet, whatever) with the same consistent web interface for everyone. No need to configure drivers anywhere else.

I want to do the same with printing. On my server, the printer is already configured using CUPS, and I can print from Linux laptops via shared cups printer. But that require a setup anyway, and while I could make it work for phones and tablets, I want to avoid that

I would like to setup a nice web page, like for the scanner, where the users no matter the device they use, can upload files and print them. Without installing nor configuring anything on their devices.

Is there anything that I can self-host to this end?

you are viewing a single comment's thread
view the rest of the comments
[-] Moonrise2473@feddit.it 4 points 1 week ago

I made something crude with python and flask, but it's only to print address labels, always the same settings (paper size and so on)

So i just put a textbox, press the button and it prints there.

When printing generic stuff, you would need to set paper type, paper size, color or BW, if have both sides printed, if printing from a specific tray, then some kind of user authentication (i am lazy and i didn't care about privacy so i used cloudflare access), so the complexity becomes much bigger.

Before making my crude script I searched long time for a free or cheap solution, but I didn't find. If you find, let me know

[-] Shimitar@feddit.it 1 points 1 week ago

Yes, this is what I am afraid of... There is nothing out there for this task.

Hope to find something or maybe try to create something using lpr on the background... But this is the las hope as I have little time.

this post was submitted on 06 Sep 2024
23 points (100.0% liked)

Selfhosted

39206 readers
322 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS