From 520587c5439f634f291227cb8da9fdcad9a88e43 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 924f828..dd9642c 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,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 ```