[Komodo] Commit Sync: update resources.toml

This commit is contained in:
komodo 2025-07-23 09:58:24 +08:00
parent c1fdf47daf
commit f3983e6516

View file

@ -379,15 +379,8 @@ SLSKD_API_KEY=[[EXPLO_SLSKD_API_KEY]]
[[stack]] [[stack]]
name = "nextcloud-aio" name = "nextcloud-aio"
tags = ["internal"]
[stack.config] [stack.config]
server = "vm/docker" server = "vm/docker"
links = [
"https://cloud.ferngarden.net",
"https://docker.local:8080"
]
poll_for_updates = true
auto_update = true
linked_repo = "github" linked_repo = "github"
run_directory = "nextcloud-aio" run_directory = "nextcloud-aio"
@ -620,7 +613,6 @@ image_registry.account = "firewalkwithm3"
[[repo]] [[repo]]
name = "github" name = "github"
[repo.config] [repo.config]
server = "vm/docker"
builder = "docker.local" builder = "docker.local"
git_account = "firewalkwithm3" git_account = "firewalkwithm3"
repo = "firewalkwithm3/stacks" repo = "firewalkwithm3/stacks"
@ -631,7 +623,7 @@ repo = "firewalkwithm3/stacks"
name = "docker.local" name = "docker.local"
[builder.config] [builder.config]
type = "Server" type = "Server"
params.server_id = "vm/docker" params = {}
## ##