From 245dcd65a6f3bbba1f95729586dd4b2667f23e65 Mon Sep 17 00:00:00 2001 From: komodo Date: Mon, 15 Sep 2025 11:17:44 +0800 Subject: [PATCH] [Komodo] Commit Sync: update resources.toml --- resources.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/resources.toml b/resources.toml index 2a52376..679fe30 100644 --- a/resources.toml +++ b/resources.toml @@ -32,6 +32,14 @@ enabled = true ## +[[server]] +name = "weebill" +[server.config] +address = "https://10.0.1.4:8120" +enabled = true + +## + [[stack]] name = "13ft" tags = ["internal"] @@ -428,6 +436,17 @@ COUCHDB_PASSWORD=[[OBSIDIAN_LIVESYNC_DB_PASSWORD]] ## +[[stack]] +name = "octoapp-plugin" +[stack.config] +server = "weebill" +poll_for_updates = true +auto_update = true +linked_repo = "github" +run_directory = "octoapp-plugin" + +## + [[stack]] name = "paperless" tags = ["internal"]