From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 2C5001FF140 for ; Fri, 24 Apr 2026 14:50:40 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id CD9CC196AE; Fri, 24 Apr 2026 14:50:39 +0200 (CEST) From: Christian Ebner To: pbs-devel@lists.proxmox.com Subject: [PATCH proxmox-backup 2/3] docs: mention still missing field in the configuration subtree Date: Fri, 24 Apr 2026 14:50:25 +0200 Message-ID: <20260424125027.804185-3-c.ebner@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260424125027.804185-1-c.ebner@proxmox.com> References: <20260424125027.804185-1-c.ebner@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1777034945929 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.070 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: W3GOTCD2UBEWFFXTQRWFYFI6XQTESVEX X-Message-ID-Hash: W3GOTCD2UBEWFFXTQRWFYFI6XQTESVEX X-MailFrom: c.ebner@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Backup Server development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: There are several new menu entries, which still are not listed in the documentation. Add them including a concise description of the functionality they refer to. Signed-off-by: Christian Ebner --- docs/gui.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/gui.rst b/docs/gui.rst index 7e59ac102..d71f774a3 100644 --- a/docs/gui.rst +++ b/docs/gui.rst @@ -93,9 +93,15 @@ WebAuthn, and HTTP proxy configuration. It also contains the following subsections: * **Access Control**: Add and manage users, API tokens, and the permissions - associated with these items -* **Remotes**: Add, edit and remove remotes (see :term:`Remote`) + associated with these items. +* **Remotes**: Add, edit and remove remotes (see :term:`Remote`). +* **S3 Endpoints**: Add, edit and remove S3 endpoints to be used by datastores. +* **Traffic Control**: Manage rules for traffic limits on users, networks and + timeframes. * **Certificates**: Manage ACME accounts and create SSL certificates. +* **Encryptioin Keys**: Manage encryption keys for tape backups and sync jobs. +* **Notifications**: Configure notification targets and control when + notifications should be send by defining match rules. * **Subscription**: Upload a subscription key, view subscription status and access a text-based system report. -- 2.47.3