[pve-devel] [PATCH proxmox-offline-mirror 2/2] docs: add section for activating key over HTTP
Hannes Laimer
h.laimer at proxmox.com
Fri Oct 17 08:39:29 CEST 2025
Signed-off-by: Hannes Laimer <h.laimer at proxmox.com>
---
docs/offline-media.rst | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/docs/offline-media.rst b/docs/offline-media.rst
index f080581..7f02ad5 100644
--- a/docs/offline-media.rst
+++ b/docs/offline-media.rst
@@ -108,3 +108,15 @@ Activating an Subscription Key
To activate or update a subscription key offline, either use ``proxmox-offline-mirror-helper
offline-key`` directly or follow the respective step when doing the guided setup via the
``proxmox-offline-mirror-helper setup`` command.
+
+The ``offline-key`` command supports both local mountpoints and HTTP URLs. When using an HTTP
+server (as described in the `Local HTTP Server`_ section), you can activate subscription keys
+directly from the HTTP URL without needing to mount the medium locally:
+
+.. code-block:: console
+
+ proxmox-offline-mirror-helper offline-key --source http://proxmox-offline-mirror.domain.example/
+
+This is particularly useful when the mirror is served over HTTP and you only need to activate
+subscription keys. Other operations like the ``status`` command and repository configuration
+still require a local mountpoint.
--
2.47.3
More information about the pve-devel
mailing list