Commit Graph

454 Commits

Author SHA1 Message Date
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
Stoiko Ivanov
f84243b5e5 d/control: define compat level via build-depends and raise to 13
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
163affa4fe mark pmg-doc-generator an arch-independent package
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
4a6dd634ae d/control: add missing ${misc:Depends}
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
0c3c738f7d d/control: add rsync as build dependency
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
8627268b1b buildsys: add DSC target
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
b1fa730484 buildsys: improve build dir generation and cleanup
follows commit 67f4cd3b44ddb0e8525d094188e56e41bc669cd4
in pve-docs for consistency

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
0374a78487 d/souce/format: mark package as native
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
ddb9aa3376 makefile: convert to use simple parenthesis
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
Thomas Lamprecht
b0c84c3822 track pmg.admin-dkim-conf-opts.adoc to avoid pmg-api dependency on package build
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-26 13:17:07 +02:00
Stefan Sterz
61b59f734e config: fix link to whitelist configuration
previously this linked to the options section, this was misleading and
lead users to miss the smtp whitelist configuration section. linking
the correct section here also makes it clearer that these settings
refer to the smtp whitelist.

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
2023-05-17 11:52:01 +02:00
Thomas Lamprecht
b58bab78da buildsys: upload to bullseye
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-27 18:16:25 +02:00
Thomas Lamprecht
f96c738f7d bump version to 7.3-2
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-27 18:14:06 +02:00
Thomas Lamprecht
ae1b7f39c2 stats: add references for online help
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-27 18:12:48 +02:00
Thomas Lamprecht
079acc51a6 stats: add screenshots and expand a bit
only show the ones with a lot of content filling the panel big, but
add a bit of content to improve the remaining layout and crowding of
the thumbnails.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-27 18:09:00 +02:00
Thomas Lamprecht
002f0d4977 stats: some grammar layout and content additions/adaptions
note that much less changed that it seems from a line-based git use
git show --word-diff=color --word-diff-regex='\w+' to see actual
change.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-27 15:19:39 +02:00
Stoiko Ivanov
40ce6cfd88 update static schema info
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2023-03-27 14:51:26 +02:00
Dominik Csapak
85115a79f2 administration: add section for statistics
by explaining each panel and it's options

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2023-03-27 14:27:35 +02:00
Dominik Csapak
782f24f40a config: add reference to postfix postconf
so that the users can find the place where the options are described

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2023-03-27 14:27:35 +02:00
Thomas Lamprecht
c75b23a5b6 bump version to 7.3-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-24 10:33:36 +01:00
Thomas Lamprecht
8c3080657b update static schema info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-24 10:28:58 +01:00