• 0 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: January 28th, 2025

help-circle

  • Op want to upload a file to a web GUI and print it from there, not share printers with other computer/ devices.

    Also, scanservejs is the the sane web GUI to actually do the same with scanner.

    For scanning it make sense as there are no shared scanning solutions across platforms. For printing, it’s of little use as other pointed out you can print to cups from anything basically.

    But o get the need for a web printing page, as uploading a file and hit print button is a zero setup, and while simple even remote cups printing is not 0% extra setup, you have at the very least to select a printer or hit “share as” and select a print service (android). YMMV




  • Uptime for home users is useless. More important is recovery, reboot and resume (the 3’Rs)

    You server should reboot automatically, storage should restore itself from unsafe shutdown and your services should resume operations like nothing happened.

    This means test your reboot, ensure stuff doesn’t break, and so on.

    Failing storage after an hard reboot is the hardest.

    For network, i have two ISP connections and a an auto switch script Incase one goes down. But honestly it’s overkill and not needed for 99% of home hosters.

    Buying some kind of UPS like a battery powered power strip is also nice but keep in mind that require maintenance to replace batteries once every few years (long enough to forget) and so be useless. The ups shall only last enough to perform a controlled server shutdown using NUTS.



  • I use scanservejs since at least one year and can confirm it’s the best.

    As for printing, I went down the same rabbit hole and had zero luck. Seems such a stupid thing yet nobody created such a service, except for a couple of commercial ones.

    So yeah, if you find something …

    By the way, probably creating a simple web interface that accepts uploads and pipe to lpr is pretty easy to do, but I didn’t got around to do it. Printing feels… Outdated. And printing from computer or android is so easy anyway that probably useless.