mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-07 14:55:59 +00:00
pmgconfig.adoc: add some screenshots
This commit is contained in:
parent
7608b70c98
commit
685576c297
BIN
images/screenshot/pmg-gui-backup.png
Normal file
BIN
images/screenshot/pmg-gui-backup.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
BIN
images/screenshot/pmg-gui-network-config.png
Normal file
BIN
images/screenshot/pmg-gui-network-config.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
BIN
images/screenshot/pmg-gui-system-options.png
Normal file
BIN
images/screenshot/pmg-gui-system-options.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
24
pmg.admin-conf-opts.adoc
Normal file
24
pmg.admin-conf-opts.adoc
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
`advfilter`: `<boolean>` ('default =' `1`)::
|
||||||
|
|
||||||
|
Use advanced filters for statistic.
|
||||||
|
|
||||||
|
`dailyreport`: `<boolean>` ('default =' `1`)::
|
||||||
|
|
||||||
|
Send daily reports.
|
||||||
|
|
||||||
|
`demo`: `<boolean>` ('default =' `0`)::
|
||||||
|
|
||||||
|
Demo mode - do not start SMTP filter.
|
||||||
|
|
||||||
|
`email`: `<string>` ('default =' `admin@domain.tld`)::
|
||||||
|
|
||||||
|
Administrator E-Mail address.
|
||||||
|
|
||||||
|
`http_proxy`: `http://.*` ::
|
||||||
|
|
||||||
|
Specify external http proxy which is used for downloads (example: 'http://username:password@host:port/')
|
||||||
|
|
||||||
|
`statlifetime`: `<integer> (1 - N)` ('default =' `7`)::
|
||||||
|
|
||||||
|
User Statistics Lifetime (days)
|
||||||
|
|
@ -25,7 +25,48 @@ Configuration Management Toolkit
|
|||||||
:pmg-toplevel:
|
:pmg-toplevel:
|
||||||
endif::manvolnum[]
|
endif::manvolnum[]
|
||||||
|
|
||||||
Toolkit to simplify common configuration tasks.
|
{pmg} is usually configured using the web-based Graphical User
|
||||||
|
Interface (GUI), but it is also possible to directly edit the
|
||||||
|
configuration files, use the REST API over 'https'
|
||||||
|
or the command line tool 'pmgsh'.
|
||||||
|
|
||||||
|
The command line tool 'pmgconfig' is used to simplify some common
|
||||||
|
configuration tasks, i.e. to generate cerificates and to rewrite
|
||||||
|
service configuration files.
|
||||||
|
|
||||||
|
System Configuration
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
Network and Time
|
||||||
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
ifndef::manvolnum[]
|
||||||
|
image::images/screenshot/pmg-gui-network-config.png[]
|
||||||
|
endif::manvolnum[]
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
|
||||||
|
Options
|
||||||
|
~~~~~~~
|
||||||
|
|
||||||
|
ifndef::manvolnum[]
|
||||||
|
image::images/screenshot/pmg-gui-system-options.png[]
|
||||||
|
endif::manvolnum[]
|
||||||
|
|
||||||
|
include::pmg.admin-conf-opts.adoc[]
|
||||||
|
|
||||||
|
|
||||||
|
Backup and Restore
|
||||||
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
ifndef::manvolnum[]
|
||||||
|
image::images/screenshot/pmg-gui-backup.png[]
|
||||||
|
endif::manvolnum[]
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ifdef::manvolnum[]
|
ifdef::manvolnum[]
|
||||||
include::pmg-copyright.adoc[]
|
include::pmg-copyright.adoc[]
|
||||||
|
Loading…
Reference in New Issue
Block a user