]> git.proxmox.com Git - pmg-docs.git/commitdiff
pmgconfig.adoc: add some screenshots
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 2 Jan 2018 12:24:08 +0000 (13:24 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 2 Jan 2018 12:24:08 +0000 (13:24 +0100)
images/screenshot/pmg-gui-backup.png [new file with mode: 0644]
images/screenshot/pmg-gui-network-config.png [new file with mode: 0644]
images/screenshot/pmg-gui-system-options.png [new file with mode: 0644]
pmg.admin-conf-opts.adoc [new file with mode: 0644]
pmgconfig.adoc

diff --git a/images/screenshot/pmg-gui-backup.png b/images/screenshot/pmg-gui-backup.png
new file mode 100644 (file)
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 (file)
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 (file)
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 (file)
index 0000000..a25c580
--- /dev/null
@@ -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)
+
index 446fdefc2897fe058a7a968e59d01125098fcc79..d1412306a38f7973ac5b4b4fefbe72b42c602b9e 100644 (file)
@@ -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[]