mirror of
https://github.com/tiyn/wiki.git
synced 2025-07-06 07:47:45 +02:00
The docker-images where scattered across different files. For faster access i moved them to an extra folder and linked them if they're needed elsewhere. entries that where outside this folder and only contained basic documentation of the docker image where removed.
16 lines
474 B
Markdown
16 lines
474 B
Markdown
# Cups
|
|
|
|
## Server
|
|
|
|
A server can be setup via docker with the [linuxserver image](./docker-images/linuxserver_-_airsonic.md).
|
|
|
|
## Client
|
|
|
|
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`
|