IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
The thumbnail attribute is our preferred way to include those
screenshots, but it requires to be inside a paragraph to be replaced, and
having an admonition directly below the attribute doesn't makes it
part of a paragraph.
So, add a bit of text, which was warranted anyway, allowing us to use
the thumbnail attr again.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
They are images after all and should thus be treated as blobs. git does
not do that by default, probably because they have a text header.
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
While the '--linkX' paramter works with one dash too, let's use two so
we are in line with the man page and other uses of named parameters.
Since we are at it, prepend the command with '#' as we do throughout
this section.
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
As commit 5832a54 ("fix running a2x under new package structure") in
the upstream asciidoc-py repo broke overriding the backend with our
own config for the docbook target, which broke our thumbnail
attribute for paragraphs for the PDF output (HTML is done directly by
asciidoc, and there overriding the config still worked).
Reported upstream [0] and workarounded with the proposed fix applied
to an asciidoc package re-build that got uploaded to our devel repo
for bookworm, so ensure that builds are done with a new enough
version.
[0]: https://github.com/asciidoc-py/asciidoc-py/issues/266
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
to avoid that they are adjacent providing very little space for the
text flow floating besides it.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
The changes stem mostly from the actual definition of our minimum and
maximum range for the pve-vmid format.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
adapt to recent changes:
- PVESDNUser role, SDN.Use privilege
- Permissions.Modify no longer part of PVESysAdmin and PVEAdmin
- PVE reserved prefix for builtin roles
and add some notes and warnings about dangerous aspects of permission
management, and missing parts.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This reverts commit 0025e843194130ec5223d5789fa01f916d189783.
The option is now also exposed in the GUI.
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Switch overt to Bookworm / Proxmox VE 8 repos, drop older Ceph
Pacific and Octopus repos, mention the ceph enterprise repo and add
the old repos entry for the wiki
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
The correct unit for the bwlimit is actually Kibibyte per second
rather than Kibibit per second.
Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
where applicable, or expand/replace where it's not a good fit or automatic
expansion doesn't work.
there are a few more in generated files, those need to be cleaned up
separately.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
I suspect that the old one seems to be related to multicast traffic and
LACP bonds.
The link in the comment is dead by now. It seems this is one occasion
where the internet actually forgets as I cannot find the actual message
of that mailing list thread anymore. Therefore I cannot say for sure
what the exact issue was. But it was introduced in commit
649098a64ecaffc7215ec0556e76787595b38e88 which unfortunately also
doesn't have more information.
Since with Corosync 3, unicast is used, that recommentation is probably
not accurate anymore. At least I am not aware of any issues with
Corosync on LACP bonds in recent years. Therefore, rather recommend to
configure Corosync on multiple networks instead of bonds to follow best
practice.
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>