Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isen-ng/docker-papercut
A development papercut server integrated with cups
https://github.com/isen-ng/docker-papercut
Last synced: 22 days ago
JSON representation
A development papercut server integrated with cups
- Host: GitHub
- URL: https://github.com/isen-ng/docker-papercut
- Owner: isen-ng
- License: gpl-3.0
- Created: 2022-10-03T06:22:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T03:59:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T03:55:37.559Z (2 months ago)
- Language: Dockerfile
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Papercut MF server
This is a docker container of a trial version of the papercut mf server. This is created for development and
testing purposes and not meant to run in production in any capacity.**Important**: By using this image, you agree to [papercut's eula](https://www.papercut.com/help/manuals/ng-mf/common/license/).
**Important**: This image is x86 only, because Papercut MP is x86 only. To use this effectively on ARM, enable
Rosetta emulation on docker desktop## Registries
* https://hub.docker.com/r/isengrim/papercut
## Tags
* `21.0.4.57587`, `latest`
## Features
* Standalone installation of papercut mf server
* Stanaalone installation of cups
* Papercut is setup to automatically pick up new prints created in cups
* Sample `lorem-ipsum.pdf` is included to allow users to easily send a print
- `docker exec runuser -l "lp -d nul /lorem-ipsum.pdf"`## Example docker command
```
docker run -d \
-p 9191:9191 \
-p 631:631
isengrim/papercut:latest
```## Example docker-compose
The papercut server requires several manual steps before it can be used. These steps has to be manually
click through the UI and is impossible to automate by API. Fortunately, this can be automated by writing a
selenium script.After that, we can run `server-command`s to further configure the server. See [server-commands](https://www.papercut.com/help/manuals/ng-mf/common/tools-server-command/).