[Komodo] Commit Sync: update resources.toml

This commit is contained in:
komodo 2025-08-18 17:57:41 +08:00
parent bf6b3c15d4
commit bdb013ca1b

View file

@ -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]] [[stack]]
name = "dozzle" name = "dozzle"
tags = ["internal"] tags = ["internal"]
@ -438,6 +452,7 @@ links = [
] ]
poll_for_updates = true poll_for_updates = true
auto_update = true auto_update = true
auto_update_all_services = true
linked_repo = "github" linked_repo = "github"
run_directory = "qbittorrent" run_directory = "qbittorrent"
environment = """ environment = """
@ -562,6 +577,8 @@ linked_repo = "github"
run_directory = "vaultwarden" run_directory = "vaultwarden"
environment = """ environment = """
SMTP_PASSWORD=[[SMTP_PASSWORD]] SMTP_PASSWORD=[[SMTP_PASSWORD]]
SSO_CLIENT_ID=[[VAULTWARDEN_AUTHENTIK_CLIENT_ID]]
SSO_CLIENT_SECRET=[[VAULTWARDEN_AUTHENTIK_CLIENT_SECRET]]
""" """
## ##