Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
use_locks 0
    drop_weak_etags 1
    allow_cookie 1

Info
titleNote

Without these settings, WebDAV may not function as expected.

...

Mounting Registry to Your Local File System

...

Code Block
sudo mount -t davfs https://localhost:9443/registry/resourcewebdav /mnt/webdav1/

Note
If you want to mount to a non-root registry location, the format of the url should be: https://<HOST>:<PORT>/registry/resourcewebdav<REGISTRY PATH>

E.g., mount  /_system/governance/ path to WebDAV.
Code Block
sudo mount -t davfs https://localhost:9443/registry/resourcewebdav/_system/governance/ /mnt/webdav1/

 

3. During the mounting process give the username/password of a user who has read permission in to Registry root.

...