Commit Graph

474 Commits

Author SHA1 Message Date
Stoiko Ivanov
b53b522b52 dkim: rephrase signing-domain source docs
mostly to mention the 2 terms RFC5321.MailFrom and RFC5322.From
actually used in the dmarc-rfc for both terms.

additionally rephrase the link phrase from smtp_rfc to rfc_5321 (there
are at least 3 rfcs titled SMTP)

fix 1 small typo.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2024-02-28 10:32:38 +01:00
Maximiliano Sandoval
90f38c3de0 dkim: document dkim-use-domain
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
[S.I.: fix spelling of dkim-use-domain]
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2024-02-28 10:32:03 +01:00
Thomas Lamprecht
1e9afc1078 bump version to 8.1.0
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-02-27 17:00:09 +01:00
Thomas Lamprecht
29f6d740c6 update static schema info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-02-27 17:00:09 +01:00
Christoph Heiss
38d1451907 asciidoc: make thumbnail path relative to images/
This in turn allows to also use images from other subdirectories, e.g.
`images/installer/`, and not just from `images/screenshot/`.

Replacing all paths was done mechanically using:

  sed -i 's/thumbnail="pmg-gui/thumbnail="screenshot\/pmg-gui/g' *.adoc

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2024-02-27 16:49:18 +01:00
Christoph Heiss
4af6e95585 images: run png-cleanup.pl on all and verify on install
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2024-02-27 15:53:49 +01:00
Christoph Heiss
9fc9adae61 installation: add a TUI installer screenshot
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2024-02-27 15:53:49 +01:00
Christoph Heiss
ca47e9efe1 installation: convert installer screenshots to thumbnails
Again, like the PVE documantation. Improves the reading flow quite a bit
too.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2024-02-27 15:53:49 +01:00
Christoph Heiss
84f2aef40a installation: add nomodeset kernel parameter tip for bogus graphics
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2024-02-27 15:53:49 +01:00
Christoph Heiss
c8be3f0399 installation: align zfs performance tip with PVE documentation
This one is IMO better worded, so just use that.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2024-02-27 15:53:49 +01:00
Christoph Heiss
aaec2aab8d installation: update chapter based on PVE docs & new GRUB entries
The new release also brings things such a the serial console
installer and a expandend 'Advanced Options' menu.

This mostly aligns it with the respective documentation from PVE,
rewording some things and adding some {NOTE,TIP,WARNING}s from there as
well.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2024-02-27 15:53:49 +01:00
Christoph Heiss
6e1ed29673 images: update GRUB menu screenshot to latest release
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2024-02-27 15:53:49 +01:00
Christoph Heiss
522bb4f0ae gitignore: add initial file based on pve-docs
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2024-02-27 15:53:49 +01:00
Aaron Lauterer
f43c69832a docs: pmgconfig: fix path to transport file
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2024-02-27 12:08:14 +01:00
Stoiko Ivanov
349ff12ada admin: system-booting: add screenshots
additionally adapt the paths for pmg with:
sed -ri 's/screenshot\///g' system-booting.adoc

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2024-02-27 11:54:17 +01:00
Stoiko Ivanov
abe750ed54 admin: include system-booting docs
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2024-02-27 11:20:16 +01:00
Stoiko Ivanov
8378a1ebaa admin: system-booting: replace pve with pmg automatically
the result looks correct, and using sed might help in case the
pve-docs get updated:

sed -ri 's/([^-])pve([^.])/\1pmg\2/g;
    /^ifdef::wiki\[\]/,/^endif::wiki\[\]/d' system-booting.adoc

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2024-02-27 11:20:12 +01:00
Stoiko Ivanov
93f6b84af6 admin: system-booting: copy system-booting.adoc from pve-docs
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2024-02-27 10:29:51 +01:00
Thomas Lamprecht
933d580d69 update static schema info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-02-23 18:17:29 +01:00
Thomas Lamprecht
282aa3df32 bump version to 8.0.2
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-02-22 17:14:30 +01:00
Thomas Lamprecht
f4a381a166 update static schema info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-02-22 17:12:33 +01:00
Thomas Lamprecht
98d8fbf4c3 d/copyright: update years
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-02-22 16:29:55 +01:00
Dominik Csapak
024e41f53e add disclaimer position/separator docs
explain what the default is and that it can be configured.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2024-02-22 16:29:23 +01:00
Thomas Lamprecht
cbd73e8fd4 update static schema info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-02-22 16:18:53 +01:00
Stoiko Ivanov
fc3a8a4593 doc-generator: add new option filter-timeout
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2024-02-22 16:15:32 +01:00
Dominik Csapak
dae08541ee rule system: explain new and mode and invert flag
and adding that the previous behaviour is now the default.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2024-02-21 15:39:32 +01:00
Dominik Csapak
e807e3f14c rule system: add a small section about matching rules
this section explains how multiple object categories and multiple
objects interact with the rule matching.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2024-02-20 15:46:43 +01:00
Stoiko Ivanov
dc729b02a5 Fix wrong usage of GiB for disksizes
Fixes: 4b5e4bf098

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2024-02-13 11:36:15 +01:00
Alexander Zeidler
9163e56afc administration, installation: add chapter "Firmware Updates"
and "Debian Firmware Repository", with mutual linking. Largely
identical to PVE docs, except for:
- remove mentions of ensuring a safe cluster node reboot
- adapt internal links for this doc structure

Firmware updates are important, their existence should not be checked
only when there are already noticeable problems.

Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
2024-02-13 11:06:35 +01:00
Alexander Zeidler
45613eb153 installation: rephrase section "Other Repository Sources"
to be Debian release independent & conform to additional repo sections

Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
2024-01-22 18:41:19 +01:00
Noel Ullreich
4b5e4bf098 Consistency of GB and GiB pmg
Since the actual system-checks are done in GiB and to stay consistent
with the other docs, change all GB units to GiB

Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
2024-01-22 18:41:19 +01:00
Noel Ullreich
db96e7429f Fix spelling of command line/command-line
Commandline/command line/command-line where being used interchangeably,
which is not correct
(see: https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/c/command-line).
use command-line when it is an adjective (e.g. "command-line interface")
and use command line when it is a noun (e.g. "change the setting from
the command line")

Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
[S.I.: fix a stray ' ' introduced with this commit]
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2024-01-22 18:40:37 +01:00
Noel Ullreich
2a039e08c3 Consistency of USB flash drive spelling
To be consistent, replaced all synonyms of USB flash drive (e.g. thumb
drive, drive, stick)

Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
2024-01-22 18:28:11 +01:00
Christian Ebner
15dbf33124 update external links to www.proxmox.com
During the redesign of www.proxmox.com the menu structure and therefore
some url changed. Update the external link in order to avoid an
unneccessary redirect.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2023-08-11 17:23:56 +02:00
Stoiko Ivanov
2a5f1d165e faq: update support table
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2023-07-25 15:13:55 +02:00
Thomas Lamprecht
2b401218fb bump version to 8.0.1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-27 18:22:10 +02:00
Stoiko Ivanov
f6fe502138 run make update
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2023-06-27 14:03:45 +02:00
Thomas Lamprecht
25901eb287 installation: update repo suites and APT key checksums for bookworm
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-27 07:37:39 +02:00
Thomas Lamprecht
7defc48cd0 bump version to 8.0.0
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-26 13:37:01 +02:00
Thomas Lamprecht
3ae37775bb d/control: add hint w.r.t. pve-common/pmg-api B-D
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-26 13:37:01 +02:00
Thomas Lamprecht
6ec5b7d09e d/control: drop lintian from build-dependcies
we don't use it for building the package, and what's happening
afterwards isn't really the task of d/control to enforce.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-26 13:37:01 +02:00
Thomas Lamprecht
f5e7ecee82 buildsys: drop bogus and unused NOVIEW variable
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-26 13:37:01 +02:00
Thomas Lamprecht
d9e641bbbb buildsys: only get git revision if actually used
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-26 13:37:01 +02:00
Thomas Lamprecht
0f96d2f2dd buildsys: drop unused PKGREL variable
we rely on d/changelog through the dpkg makefile fragments helper
since a while..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-26 13:37:01 +02:00
Thomas Lamprecht
30466ac437 d/control: ensure docs are build with compatible asciidoc
follows pve-docs' 393cdae ("d/control: ensure docs are build with
compatible asciidoc")

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-26 13:37:01 +02:00
Stoiko Ivanov
82588cce7c buildsys: derive upload dist automatically
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-26 13:37:01 +02:00
Stoiko Ivanov
69c1be1243 asciidoc config: work around missing icon bug
This follows commit
ba6ea595629b20adbfc8241b9a2d20aa14c338f3
from pve-docs.
and addresses [0].

[0]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036030#10

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-26 13:37:01 +02:00
Stoiko Ivanov
510fa2f159 d/source: override false-positive lintian errors
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-26 13:37:01 +02:00
Stoiko Ivanov
7da8518e6d d/copyright: use machine readable format
taken from 1c894423cf56b2c8d4fc7be75a6847ecaf6b10c3
in pve-docs

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-26 13:37:01 +02:00
Stoiko Ivanov
a370b24fb2 d/control: raise standards version compliance to 4.6.2
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-26 13:37:01 +02:00