mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-28 01:57:11 +08:00
[Komodo] Commit Sync: update resources.toml
This commit is contained in:
parent
bf6b3c15d4
commit
bdb013ca1b
1 changed files with 17 additions and 0 deletions
|
@ -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]]
|
||||
"""
|
||||
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue