forked from Controls/gitea-pages
add documentation for printing config
This commit is contained in:
@@ -78,6 +78,7 @@ chapters:
|
||||
- file: admin-guide/configuration/software/conda
|
||||
- file: admin-guide/configuration/software/labview
|
||||
- file: admin-guide/configuration/software/citrix_vda
|
||||
- file: admin-guide/configuration/software/printing
|
||||
- file: admin-guide/configuration/files
|
||||
sections:
|
||||
- file: admin-guide/configuration/files/windows_drives_in_home
|
||||
@@ -188,11 +189,11 @@ chapters:
|
||||
- file: services/user-guide/wmgt
|
||||
- file: services/user-guide/gitlab/gitlab
|
||||
sections:
|
||||
- file: services/user-guide/gitlab/git.psi.ch
|
||||
- file: services/user-guide/gitlab/container.psi.ch
|
||||
- file: services/user-guide/gitlab/gitpages.psi.ch
|
||||
- file: services/user-guide/gitlab/dependency_proxy
|
||||
- file: services/user-guide/gitlab/gitlab_cli
|
||||
- file: services/user-guide/gitlab/git.psi.ch
|
||||
- file: services/user-guide/gitlab/container.psi.ch
|
||||
- file: services/user-guide/gitlab/gitpages.psi.ch
|
||||
- file: services/user-guide/gitlab/dependency_proxy
|
||||
- file: services/user-guide/gitlab/gitlab_cli
|
||||
- file: services/admin-guide/index
|
||||
sections:
|
||||
- file: services/admin-guide/unix_groups
|
||||
@@ -200,7 +201,7 @@ chapters:
|
||||
- file: services/admin-guide/ssh_gateways
|
||||
- file: services/admin-guide/nx_nomachine
|
||||
- file: services/admin-guide/webhosting
|
||||
|
||||
|
||||
- file: management/index
|
||||
sections:
|
||||
- file: management/strategy
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
# Printing
|
||||
Printing at PSI usually goes via the Findme printing system. More details about this and what printers are available can be found here: https://intranet.psi.ch/de/computing/pull-printing .
|
||||
|
||||
## Configuration
|
||||
|
||||
Enable printing on a system (printing is usually enabled by default on desktop systems):
|
||||
```yaml
|
||||
base::enable_print_client: true
|
||||
```
|
||||
|
||||
Special printing configuration:
|
||||
```yaml
|
||||
|
||||
# Configure your own printers
|
||||
base::printers:
|
||||
'C5500':
|
||||
- 'Findme'
|
||||
'C400':
|
||||
- 'ODGA_006'
|
||||
|
||||
# set default printer - default if not specified: Findme
|
||||
base::default_printer: 'ODGA_006'
|
||||
```
|
||||
Reference in New Issue
Block a user