From e661b9bac32feeed2e7b5a14e7be99009460a7e2 Mon Sep 17 00:00:00 2001 From: Glenn Date: Tue, 24 Oct 2023 17:14:14 +0200 Subject: [PATCH] doc: add example for httpdirfs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5dc86d6..90ce7a8 100644 --- a/README.md +++ b/README.md @@ -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 ```