From: Dietmar Maurer Date: Tue, 2 Jan 2018 12:24:08 +0000 (+0100) Subject: pmgconfig.adoc: add some screenshots X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=685576c297c405579ec4e6db0278f05c3c2ee9f7;p=pmg-docs.git pmgconfig.adoc: add some screenshots --- diff --git a/images/screenshot/pmg-gui-backup.png b/images/screenshot/pmg-gui-backup.png new file mode 100644 index 0000000..b042bc8 Binary files /dev/null and b/images/screenshot/pmg-gui-backup.png differ diff --git a/images/screenshot/pmg-gui-network-config.png b/images/screenshot/pmg-gui-network-config.png new file mode 100644 index 0000000..772b785 Binary files /dev/null and b/images/screenshot/pmg-gui-network-config.png differ diff --git a/images/screenshot/pmg-gui-system-options.png b/images/screenshot/pmg-gui-system-options.png new file mode 100644 index 0000000..755f14a Binary files /dev/null and b/images/screenshot/pmg-gui-system-options.png differ diff --git a/pmg.admin-conf-opts.adoc b/pmg.admin-conf-opts.adoc new file mode 100644 index 0000000..a25c580 --- /dev/null +++ b/pmg.admin-conf-opts.adoc @@ -0,0 +1,24 @@ +`advfilter`: `` ('default =' `1`):: + +Use advanced filters for statistic. + +`dailyreport`: `` ('default =' `1`):: + +Send daily reports. + +`demo`: `` ('default =' `0`):: + +Demo mode - do not start SMTP filter. + +`email`: `` ('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`: ` (1 - N)` ('default =' `7`):: + +User Statistics Lifetime (days) + diff --git a/pmgconfig.adoc b/pmgconfig.adoc index 446fdef..d141230 100644 --- a/pmgconfig.adoc +++ b/pmgconfig.adoc @@ -25,7 +25,48 @@ Configuration Management Toolkit :pmg-toplevel: 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[] include::pmg-copyright.adoc[]