-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
printing-app support #143
Comments
i think this is the relevant part
You need a CUPS server with a shared IPP printer running within your local network. To use the plugin within a docker instance the docker image has to be altered to install the packages cups-client, cups-daemon and cups-bsd. The CUPS service has to be started and a default printer setup when the container is starting up. This is achieved by adding a startup script which is executed before the base image of the container is run. The following two examples show you how this can be done for the nextcloud:fpm docker image. Example Dockerfile: myNextcloud
Example startscript: myNextcloud.sh
the main problem would be how do we make the |
I don't see this happening out-of-the-box, assuming being a niche use case and having another services bundled and running. I am open for suggestions to have this opt-in by admin configuration, outside of the base image. |
i don't quite see how printing from nextcloud is a niche usecase, but if opt-in is possible, that would be good compromise |
that said, iirc it will need those packages installed in the container and the printer service has to be started and the default printer has to be setup when the container starts, not sure how much of that is feasible outside the base image |
Also cf. #69 (comment) and following. |
Looks good yeah in that case we'll only need a way to start the cups service and to configure the actual printer |
appearently there is a printer app for nextcloud
based on https://github.com/e-alfred/nextcloud-printer we would need to add a couple of packages to support it
while adding the packages should be easy it's not clear to me is how the cups service should be started for it to work with univention
The text was updated successfully, but these errors were encountered: