- Add 11 new stack compose files from syn01 and syn02 - syn01 stacks: postgres01, paperless-ngx, minio, beszel-hub, gitea, adguard - syn02 stacks: radarr, lidarr, sabnzbd, sonarr, arr-cleanup - Update resources.toml with all new stack definitions - Remove embedded file_contents from prowlarr stack - Use environment variables for sensitive data (passwords, API keys) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
305 lines
5.8 KiB
TOML
305 lines
5.8 KiB
TOML
[[server]]
|
|
name = "lpdelta01"
|
|
[server.config]
|
|
address = "https://192.168.1.128:8120"
|
|
enabled = true
|
|
|
|
##
|
|
|
|
[[server]]
|
|
name = "syn01"
|
|
[server.config]
|
|
address = "http://periphery:8120"
|
|
external_address = "http://192.168.1.51"
|
|
enabled = true
|
|
|
|
##
|
|
|
|
[[server]]
|
|
name = "syn02"
|
|
[server.config]
|
|
address = "http://192.168.1.52:8120"
|
|
external_address = "http://192.168.1.52"
|
|
enabled = true
|
|
|
|
##
|
|
|
|
[[server]]
|
|
name = "workstation"
|
|
[server.config]
|
|
address = "https://192.168.1.99:8120"
|
|
enabled = true
|
|
|
|
##
|
|
|
|
[[stack]]
|
|
name = "beszel-agent-lpdelta01"
|
|
[stack.config]
|
|
server = "lpdelta01"
|
|
git_provider = "192.168.1.51:3052"
|
|
git_https = false
|
|
git_account = "komodo"
|
|
repo = "stray/komodo"
|
|
file_paths = [
|
|
"stacks/beszel-template.compose.yml"
|
|
]
|
|
|
|
##
|
|
|
|
[[stack]]
|
|
name = "beszel-template"
|
|
description = "Beszel agent template for monitoring servers"
|
|
template = true
|
|
tags = ["monitoring", "template"]
|
|
[stack.config]
|
|
git_provider = "192.168.1.51:3052"
|
|
git_https = false
|
|
git_account = "komodo"
|
|
repo = "stray/komodo"
|
|
file_paths = [
|
|
"stacks/beszel-template.compose.yml"
|
|
]
|
|
|
|
##
|
|
|
|
[[stack]]
|
|
name = "jellyfin"
|
|
[stack.config]
|
|
server = "lpdelta01"
|
|
git_provider = "192.168.1.51:3052"
|
|
git_https = false
|
|
git_account = "komodo"
|
|
repo = "stray/komodo"
|
|
file_paths = ["stacks/jellyfin.compose.yml"]
|
|
|
|
##
|
|
|
|
[[stack]]
|
|
name = "komodo-stack"
|
|
description = "Deploy komodo app using docker-compose"
|
|
tags = ["gitea"]
|
|
[stack.config]
|
|
git_provider = "192.168.1.51:3052"
|
|
git_https = false
|
|
git_account = "komodo"
|
|
repo = "stray/komodo"
|
|
file_paths = ["docker-compose.yml"]
|
|
environment = """
|
|
# VARIABLE = value
|
|
TEST=testing
|
|
"""
|
|
|
|
##
|
|
|
|
[[stack]]
|
|
name = "prowlarr"
|
|
[stack.config]
|
|
server = "syn02"
|
|
git_provider = "192.168.1.51:3052"
|
|
git_https = false
|
|
git_account = "komodo"
|
|
repo = "stray/komodo"
|
|
file_paths = ["stacks/prowlarr.compose.yml"]
|
|
|
|
##
|
|
|
|
[[stack]]
|
|
name = "postgres01"
|
|
description = "PostgreSQL database with PgBouncer and pgAdmin"
|
|
tags = ["database", "syn01"]
|
|
[stack.config]
|
|
server = "syn01"
|
|
git_provider = "192.168.1.51:3052"
|
|
git_https = false
|
|
git_account = "komodo"
|
|
repo = "stray/komodo"
|
|
file_paths = ["stacks/postgres01.compose.yml"]
|
|
|
|
##
|
|
|
|
[[stack]]
|
|
name = "paperless-ngx"
|
|
description = "Paperless-ngx document management system"
|
|
tags = ["documents", "syn01"]
|
|
[stack.config]
|
|
server = "syn01"
|
|
git_provider = "192.168.1.51:3052"
|
|
git_https = false
|
|
git_account = "komodo"
|
|
repo = "stray/komodo"
|
|
file_paths = ["stacks/paperless-ngx.compose.yml"]
|
|
|
|
##
|
|
|
|
[[stack]]
|
|
name = "minio"
|
|
description = "MinIO object storage server"
|
|
tags = ["storage", "syn01"]
|
|
[stack.config]
|
|
server = "syn01"
|
|
git_provider = "192.168.1.51:3052"
|
|
git_https = false
|
|
git_account = "komodo"
|
|
repo = "stray/komodo"
|
|
file_paths = ["stacks/minio.compose.yml"]
|
|
|
|
##
|
|
|
|
[[stack]]
|
|
name = "beszel-hub"
|
|
description = "Beszel monitoring hub and agent for syn01"
|
|
tags = ["monitoring", "syn01"]
|
|
[stack.config]
|
|
server = "syn01"
|
|
git_provider = "192.168.1.51:3052"
|
|
git_https = false
|
|
git_account = "komodo"
|
|
repo = "stray/komodo"
|
|
file_paths = ["stacks/beszel-hub.compose.yml"]
|
|
|
|
##
|
|
|
|
[[stack]]
|
|
name = "gitea"
|
|
description = "Gitea self-hosted Git service"
|
|
tags = ["git", "syn01"]
|
|
[stack.config]
|
|
server = "syn01"
|
|
git_provider = "192.168.1.51:3052"
|
|
git_https = false
|
|
git_account = "komodo"
|
|
repo = "stray/komodo"
|
|
file_paths = ["stacks/gitea.compose.yml"]
|
|
|
|
##
|
|
|
|
[[stack]]
|
|
name = "adguard"
|
|
description = "AdGuard Home DNS ad blocker"
|
|
tags = ["dns", "syn01"]
|
|
[stack.config]
|
|
server = "syn01"
|
|
git_provider = "192.168.1.51:3052"
|
|
git_https = false
|
|
git_account = "komodo"
|
|
repo = "stray/komodo"
|
|
file_paths = ["stacks/adguard.compose.yml"]
|
|
|
|
##
|
|
|
|
[[stack]]
|
|
name = "lidarr"
|
|
description = "Lidarr music collection manager"
|
|
tags = ["media", "arr", "syn02"]
|
|
[stack.config]
|
|
server = "syn02"
|
|
git_provider = "192.168.1.51:3052"
|
|
git_https = false
|
|
git_account = "komodo"
|
|
repo = "stray/komodo"
|
|
file_paths = ["stacks/lidarr.compose.yml"]
|
|
|
|
##
|
|
|
|
[[stack]]
|
|
name = "sabnzbd"
|
|
description = "SABnzbd usenet downloader"
|
|
tags = ["download", "syn02"]
|
|
[stack.config]
|
|
server = "syn02"
|
|
git_provider = "192.168.1.51:3052"
|
|
git_https = false
|
|
git_account = "komodo"
|
|
repo = "stray/komodo"
|
|
file_paths = ["stacks/sabnzbd.compose.yml"]
|
|
|
|
##
|
|
|
|
[[stack]]
|
|
name = "sonarr"
|
|
description = "Sonarr TV show collection manager"
|
|
tags = ["media", "arr", "syn02"]
|
|
[stack.config]
|
|
server = "syn02"
|
|
git_provider = "192.168.1.51:3052"
|
|
git_https = false
|
|
git_account = "komodo"
|
|
repo = "stray/komodo"
|
|
file_paths = ["stacks/sonarr.compose.yml"]
|
|
|
|
##
|
|
|
|
[[stack]]
|
|
name = "arr-cleanup"
|
|
description = "Automated cleanup for Radarr and Sonarr unmonitored items"
|
|
tags = ["automation", "arr", "syn02"]
|
|
[stack.config]
|
|
server = "syn02"
|
|
git_provider = "192.168.1.51:3052"
|
|
git_https = false
|
|
git_account = "komodo"
|
|
repo = "stray/komodo"
|
|
file_paths = ["stacks/arr-cleanup.compose.yml"]
|
|
|
|
##
|
|
|
|
[[build]]
|
|
name = "komodo-build"
|
|
description = "Build Docker image for komodo app"
|
|
tags = ["gitea"]
|
|
[build.config]
|
|
image_name = "komodo-app"
|
|
image_tag = "latest"
|
|
git_provider = "gitea.straymoog.xyz"
|
|
git_account = "stray"
|
|
repo = "stray/komodo"
|
|
|
|
##
|
|
|
|
[[procedure]]
|
|
name = "Backup Core Database"
|
|
description = "Triggers the Core database backup at the scheduled time."
|
|
tags = ["system"]
|
|
config.schedule = "Every day at 01:00"
|
|
|
|
[[procedure.config.stage]]
|
|
name = "Stage 1"
|
|
enabled = true
|
|
executions = [
|
|
{ execution.type = "BackupCoreDatabase", execution.params = {}, enabled = true }
|
|
]
|
|
|
|
##
|
|
|
|
[[procedure]]
|
|
name = "Global Auto Update"
|
|
description = "Pulls and auto updates Stacks and Deployments using 'poll_for_updates' or 'auto_update'."
|
|
tags = ["system"]
|
|
config.schedule = "Every day at 03:00"
|
|
|
|
[[procedure.config.stage]]
|
|
name = "Stage 1"
|
|
enabled = true
|
|
executions = [
|
|
{ execution.type = "GlobalAutoUpdate", execution.params = {}, enabled = true }
|
|
]
|
|
|
|
##
|
|
|
|
[[builder]]
|
|
name = "Synology"
|
|
[builder.config]
|
|
type = "Server"
|
|
params.server_id = "syn01"
|
|
|
|
##
|
|
|
|
[[resource_sync]]
|
|
name = "komodo-sync"
|
|
[resource_sync.config]
|
|
git_provider = "192.168.1.51:3052"
|
|
git_https = false
|
|
repo = "stray/komodo"
|
|
git_account = "komodo"
|
|
resource_path = [".komodo/resources.toml"]
|
|
managed = true |