nextcloud-printer
nextcloud-printer copied to clipboard
Nextcloud 21
Please add support. Thanks!
I too am on Nextcloud 21. I can print using CUPS so I know that works. I've enabled printing from the internet and even gone so far as give www-data membership in lp and lpadmin. When you select landscape, it just has a spinning circle.
please support ... it just has a spinning circle.
It looks to be related to this one: https://github.com/e-alfred/nextcloud-printer/issues/18
FYI the printer app for Nextcloud 21 and above, with php 8 (currently works for me on Nextcloud 23.0.0), has apparently been updated but a new release has not be "compiled". Nonetheless I have this app working again by doing this:
- In NextCloud > Settings > Apps, disable and remove the app Printer
- Connect to your server via SSH and navigate to your apps folder: something like /var/www/nextcloud/apps/
- Then as your web server user, git clone this repository. For example, for Ubuntu:
sudo -u www-data git clone https://github.com/e-alfred/nextcloud-printer.git
- Back in NextCloud > Settings > Apps, enable the app Printer
Thank, that fixed my issue, but I had to rename the folder from nextcloud-printer to printer to finally make it work... NC Version 24.0.5