From 5baa893a3b5be960ed738a46601649c6fc4baf15 Mon Sep 17 00:00:00 2001 From: komodo Date: Fri, 4 Jul 2025 16:48:19 +0800 Subject: [PATCH] [Komodo] Commit Sync: update resources.toml --- resources.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/resources.toml b/resources.toml index c7a0a39..3f1a522 100644 --- a/resources.toml +++ b/resources.toml @@ -411,6 +411,18 @@ MOLLY_VAPID_PRIVKEY=[[MOLLY_VAPID_PRIVKEY]] ## +[[stack]] +name = "obsidian-livesync" +[stack.config] +server = "docker.local" +linked_repo = "github" +run_directory = "obsidian-livesync" +environment = """ +COUCHDB_PASSWORD=[[OBSIDIAN_LIVESYNC_DB_PASSWORD]] +""" + +## + [[stack]] name = "paperless" tags = ["internal"]