Commit Graph

209 Commits

Author SHA1 Message Date
Thomas Lamprecht
1fa50a861e bump version to 5.2-2
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-28 16:01:07 +02:00
Thomas Lamprecht
c8c48fb250 d/copyright: update years
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-28 15:57:25 +02:00
Thomas Lamprecht
99cdf3a878 set email to office@proxmox.com
Requested by Martin as the support@ address is now quite wired to the
enterprise support ticket system, and office is for more general
requests.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-28 15:53:31 +02:00
Thomas Lamprecht
60522152b8 installation: break long line
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-04-24 14:45:15 +02:00
Thomas Lamprecht
c13d3d4fd5 installation: improve LXC appliance section
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-04-24 14:45:04 +02:00
Thomas Lamprecht
17a1397250 followup: reword and promote PVE backed appliance first
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-04-24 12:27:22 +00:00
Stoiko Ivanov
5991f9ebd0 installation: add proxmox-mailgateway-container
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-04-17 09:08:45 +00:00
Thomas Lamprecht
69b465bf57 d/control: build-depend on source-highlight
This ensures that code blocks with [source,<lang>] blocks get
rendered correctly in HTML output.

While we only have one such block, and we could remove the
source highlighting tag completely here we use this in pve-docs and
also have the dependency there correctly, so it makes sense to make
share this here, else a copied text from pve-docs may be incompatible
here

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-04-16 13:11:13 +02:00
Thomas Lamprecht
3af777decd bump version to 5.2-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-03-20 11:28:34 +01:00
Thomas Lamprecht
937c6a22a4 planning deployment: fixup explicit line break
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-03-20 11:25:49 +01:00
Dietmar Maurer
9cd16e5cb7 bump version to 5.1-7 2019-03-20 06:40:46 +01:00
Stoiko Ivanov
ed7970d8f5 Add initial documentation for custom checks
The recently added custom check API (see #1988) needs a short documentation,
explaining the correct workings of a custom check executable.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-03-20 06:39:26 +01:00
Dietmar Maurer
4dbc1ee16d bump version to 5.1-6 2019-03-18 07:04:00 +01:00
Alwin Antreich
95d4fc6c91 Update minimal and recommended system requirements
- reword text for physical and VM usage and requirements
 - correct network speed unit
 - extend and reword storage recommendation

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
2019-03-13 14:12:29 +01:00
Stoiko Ivanov
5de0ffd7ea Fix typo in pmgconfig chapter
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-03-12 09:43:48 +01:00
Stoiko Ivanov
aedc8192a4 fix #2121: add stretch-updates to sources.list
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-03-12 09:43:18 +01:00
Dietmar Maurer
f36efada59 bump version to 5.1-5 2019-02-28 07:09:44 +01:00
Stoiko Ivanov
99289f05ce bsys: automatically update YEAR info
in pmg-copyright.adoc and pmg-admin-guide-docinfo.xml

ported from pve-docs:742e92ef45cb1a8b6b98946959f6d36abc5ac9e9

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-02-28 07:06:01 +01:00
Stoiko Ivanov
8a328f848b export and respect SOURCE_DATE_EPOCH
to improve reproducibility of pve-docs, pve-doc-generator and
pve-doc-mediawiki builds, as well as man pages generated by
pve-doc-generator when called via dpkg-buildpackage.

timestamps embedded in the documentation now always reflect the last changelog
entry of the package to which the documentation belongs (pve-docs for html,
epub and pdf, individual packages for man pages).

ported from pve-docs:b965ad63ad80b5967f5bc1f0327eb548b6049045

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-02-28 07:04:24 +01:00
Stoiko Ivanov
398ad28a6a d/compat: bump to 10
(enables parallel builds by default)

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-02-28 07:04:15 +01:00
Stoiko Ivanov
c978a32120 bsys: fix broken parallel builds
a2x only supports destination folders for HTML based variants, but fortunately
that is enough in our case without needing extra workarounds.

ported from pve-docs:959bc81c13cd84c3227a466afc981af37092f70e

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-02-28 07:04:04 +01:00
Stoiko Ivanov
7fa162f527 d/control: add/remove build-dependencies
gathered by building in a minimal Debian Stretch chroot with just the
listed build-dependencies installed.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-02-28 07:02:59 +01:00
Stoiko Ivanov
156988f90a d/control: bump debhelper build-dependency
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-02-28 07:02:47 +01:00
Stoiko Ivanov
7da428e842 bsys: wrap-and-sort debian/
for consistency and easier diffing

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-02-28 07:02:36 +01:00
Stoiko Ivanov
1a8e71a93b bsys: refactor build process
build packages in one go by moving individual .deb targets into install
targets called by dpkg-buildpackage.

ported from pve-docs:fa764571f6a0c5bfc62ee1cda6bffcfae40e9ec9
and pve-docs:60955877b11cde0865a258ece040bd124fb07bdc

Additionally I added the fixups from Thomas in
pve-docs:2d11c86883c4b1150afcc97eedfbf1b2a07de105
pve-docs:fd880d44c7d3876add7acd659641668bfa09c71b

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-02-28 07:02:21 +01:00
Stoiko Ivanov
9dd45bd776 fix #2098 and a typo
The phrasing regarding copying the templates from '/var/lib/pmg/templates'
to '/etc/pmg/templates' caused some confusion [0] and some users thought they
need to copy all templates to '/etc/pmg/templates', even if they only modified
one template. Rephrasing the sentence to speak of a singular template, should
explain the workings better.

Additionally a singular/plural typo was fixed

[0] https://bugzilla.proxmox.com/show_bug.cgi?id=2098 and a few forum-threads

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-02-28 07:00:49 +01:00
Stoiko Ivanov
e1afb18145 pmgproxy.adoc: add docs for config-parameters
taken from the documentation for pveproxy

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-02-28 07:00:09 +01:00
Stoiko Ivanov
206ef99882 pmgproxy.adoc: fix 2 typos and minor rephrasing
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-02-28 06:59:48 +01:00
Christian Ebner
c6e2784859 Fixed typo setting -> settings
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2019-02-20 20:28:43 +01:00
Christian Ebner
7748e808e3 Correction of meaning for liability of sending viruses
In the docu it stated that you can be liable for not sending viruses,
this was changed to you being liable for sending viruses.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-02-20 20:28:17 +01:00
Christian Ebner
f6c7468db5 Some language improvements for the deployment chapter
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2019-02-20 20:24:48 +01:00
Christian Ebner
566a77fb70 Removed double occurence of 'a public'
This removes the double occurrence of 'a public' from the Bug Tracker section
in the PMG documentation.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2019-02-20 20:23:34 +01:00
Dietmar Maurer
c901e5bde8 bump version to 5.1-4 2018-10-05 09:07:27 +02:00
Dietmar Maurer
9dc2a13a30 update TLS config screenshot 2018-10-05 09:06:18 +02:00
Dietmar Maurer
fafbd26387 bump version to 5.1-3 2018-10-03 14:26:42 +02:00
Stoiko Ivanov
4a08dffe92 add anchors for onlineHelp
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2018-10-03 14:25:54 +02:00
Dietmar Maurer
2e28ecacc5 bump version to 5.1-2 2018-09-28 07:06:34 +02:00
Dietmar Maurer
d599382929 fix copyright date 2018-09-28 07:04:09 +02:00
Dietmar Maurer
e5c6c9f811 bump version to 5.1.1 2018-09-28 06:56:51 +02:00
Stoiko Ivanov
20925f821b asciidoc/asciidoc-pmg.conf: update links to https
Change the links to directly point to the https version of a site where
possible.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2018-09-27 07:24:52 +02:00
Stoiko Ivanov
37b2b051e2 add short documentation for /etc/pmg/tls_policy
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2018-09-27 07:24:26 +02:00
Rhonda D'Vine
d4fe77a5b8 use rsvg-convert instead of inkscape
This is an analogous change to what was done in pve-docs last year.

The Build-Depends has been adjusted to list all required ones, there
were some missing.  Also, the compat level is set to 9 so bump
debhelper Build-Depends to >= 9~.

Signed-off-by: Rhonda D'Vine <rhonda@proxmox.com>
2018-09-19 08:12:23 +02:00
Dietmar Maurer
5517872de5 bump version to 5.0-16 2018-09-11 08:42:52 +02:00
Dietmar Maurer
445686c99d update apidata.js 2018-09-11 08:39:38 +02:00
Dietmar Maurer
851283b1f8 add new option smarthostport 2018-09-11 08:12:09 +02:00
Dietmar Maurer
1ed9e77092 bump version to 5.0-15 2018-06-21 10:21:00 +02:00
Dietmar Maurer
f7bc142000 gen-pmg.conf.5-opts.pl: add dnsbl_threshold to known parameters 2018-06-21 10:08:23 +02:00
Thomas Lamprecht
9d8cb5439a api-viewer: show full return info if available
if we have extended information available about what a API call
returns the show it.

Just stringify the items and/or properties object and put it in <pre>
tags.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-22 13:52:05 +01:00
Dietmar Maurer
89fcdbe23a bump version to 5.0-14 2018-03-22 12:03:49 +01:00
Dietmar Maurer
f225b3b469 update generated docs 2018-03-22 12:02:45 +01:00