doc: add example for httpdirfs

This commit is contained in:
Glenn Y. Rolland 2023-10-24 17:14:14 +02:00
parent 64528611dd
commit e661b9bac3

View file

@ -71,6 +71,11 @@ filesystems:
remote_host: "mediaserver.local"
remote_path: "/mnt/largedisk/music"
remote_port: 22
- type: httpdirfs
name: "Debian Repository"
url: "http://ftp.debian.org/debian/"
# Incorporate more vaults as necessary
```