Signed-off-by: Hannes Laimer <[email protected]> --- 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 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
