mirror of https://github.com/tiyn/wiki
parent
6175df4a83
commit
0c0e427cae
@ -1,15 +1,23 @@
|
||||
# Cups
|
||||
# CUPS
|
||||
|
||||
## Server
|
||||
[CUPS](https://www.cups.org/) is a open source printing software developed for
|
||||
unix and unix-like systems.
|
||||
|
||||
A server can be setup via docker with the [linuxserver image](./docker-images/linuxserver_-_airsonic.md).
|
||||
## Setup
|
||||
|
||||
## Client
|
||||
The software can be setup via docker 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`)
|
||||
- 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`
|
||||
- Restart the CUPS service: `systemctl restart cups`
|
||||
- Test connectivity: `lpstat -r`
|
||||
- Check the detected printers with: `lpstat -v`
|
||||
|
@ -1,9 +1,14 @@
|
||||
# Portainer
|
||||
|
||||
## Server
|
||||
[Portainer](https://www.portainer.io/) is a Kubernetes management platform that
|
||||
also works with [Docker](./docker.md).
|
||||
|
||||
A server can be setup via docker with the [portainer image](./docker-images/portainer_-_portainer.md).
|
||||
## Setup
|
||||
|
||||
## Agent
|
||||
The software can be setup via Docker with the
|
||||
[portainer image](./docker-images/portainer_-_portainer.md).
|
||||
|
||||
An agent can be setup via docker with the [portainer image](./docker-images/portainer_-_agent.md).
|
||||
## Configure an agent
|
||||
|
||||
An agent is a cluster of Docker API proxies
|
||||
An agent can be setup via Docker with the [portainer image](./docker-images/portainer_-_agent.md).
|
||||
|
@ -0,0 +1,10 @@
|
||||
# Syncthing
|
||||
|
||||
[Syncthing](https://syncthing.net/) is a continuous file synchronization
|
||||
program.
|
||||
The Software synchronizes files between multiple devices directly.
|
||||
|
||||
## Setup
|
||||
|
||||
The software can be setup via Docker with the
|
||||
[linuxserver image](./docker-images/linuxserver_-_syncthing.md).
|
Loading…
Reference in new issue