From bdb013ca1bf3719a4bb5a123050f3050c27f6352 Mon Sep 17 00:00:00 2001 From: komodo Date: Mon, 18 Aug 2025 17:57:41 +0800 Subject: [PATCH] [Komodo] Commit Sync: update resources.toml --- resources.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/resources.toml b/resources.toml index 59eccdc..e739691 100644 --- a/resources.toml +++ b/resources.toml @@ -121,6 +121,20 @@ run_directory = "calibre" ## +[[stack]] +name = "convertx" +[stack.config] +server = "vm/docker" +poll_for_updates = true +auto_update = true +linked_repo = "github" +run_directory = "convertx" +environment = """ +JWT_SECRET=[[CONVERTX_JWT_SECRET]] +""" + +## + [[stack]] name = "dozzle" tags = ["internal"] @@ -438,6 +452,7 @@ links = [ ] poll_for_updates = true auto_update = true +auto_update_all_services = true linked_repo = "github" run_directory = "qbittorrent" environment = """ @@ -562,6 +577,8 @@ linked_repo = "github" run_directory = "vaultwarden" environment = """ SMTP_PASSWORD=[[SMTP_PASSWORD]] +SSO_CLIENT_ID=[[VAULTWARDEN_AUTHENTIK_CLIENT_ID]] +SSO_CLIENT_SECRET=[[VAULTWARDEN_AUTHENTIK_CLIENT_SECRET]] """ ##