mirror of https://github.com/tiyn/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
754 B
24 lines
754 B
# CUPS
|
|
|
|
[CUPS](https://www.cups.org/) is a open source printing software developed for
|
|
unix and unix-like systems.
|
|
|
|
## Setup
|
|
|
|
The software can be setup via [Docker](/wiki/docker.md) with the
|
|
[linuxserver image](./docker-images/linuxserver_-_airsonic.md).
|
|
Additionally to this a client is needed on the system that need access to the
|
|
server software.
|
|
|
|
### Client
|
|
|
|
To use CUPS an additional client software is needed.
|
|
|
|
For Linux computers follow these instructions:
|
|
|
|
- Install the CUPS-client package (in Arch Linux it is included in `cups`)
|
|
- Edit `/etc/cups/client.conf` and insert `ServerName <ip to print-server>:631`
|
|
- Restart the CUPS service: `systemctl restart cups`
|
|
- Test connectivity: `lpstat -r`
|
|
- Check the detected printers with: `lpstat -v`
|