From d91e9a8fcd3554886c3730d5e7be01fc42215b2f Mon Sep 17 00:00:00 2001 From: glenux Date: Mon, 20 Nov 2023 15:45:40 +0000 Subject: [PATCH] Add examples for templating & disable non-implemented parts. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bc58143..9fa994b 100644 --- a/README.md +++ b/README.md @@ -84,19 +84,19 @@ detail the filesystem names, types, and respective configurations. ### YAML File Format ```yaml -version: "1" - -global: - mountpoint: "/home/user/mnt/{{name}}" +# NOT IMPLEMENTED YET +# version: "1" +# global: +# mountpoint: "/home/user/mnt/{{filesystem.name}}" filesystems: - type: "gocryptfs" name: "Work - SSH Keys" - encrypted_path: "/home/user/.ssh/keyring.work" + encrypted_path: "/home/user/.ssh/keyring.work.vault" - type: "sshfs" name: "Personal - Media Server" - remote_user: "user" + remote_user: "{{env.USER}}" remote_host: "mediaserver.local" remote_path: "/mnt/largedisk/music" remote_port: 22