2026-01-08 09:55:37 +00:00
|
|
|
# Extension Registry Configuration - Solo/Minimal Example
|
|
|
|
|
# Minimal configuration for development or single-backend deployments
|
|
|
|
|
# Old single-instance format (auto-migrated to multi-instance on startup)
|
|
|
|
|
|
|
|
|
|
[server]
|
2026-01-12 05:19:06 +00:00
|
|
|
enable_compression = true
|
|
|
|
|
enable_cors = false
|
2026-01-08 09:55:37 +00:00
|
|
|
host = "127.0.0.1"
|
|
|
|
|
port = 8082
|
|
|
|
|
workers = 2
|
|
|
|
|
|
|
|
|
|
# Single Gitea backend (auto-migrated to sources.gitea[0])
|
|
|
|
|
[gitea]
|
|
|
|
|
organization = "provisioning"
|
|
|
|
|
timeout_seconds = 30
|
2026-01-12 05:19:06 +00:00
|
|
|
token_path = "/etc/secrets/gitea-token.txt"
|
|
|
|
|
url = "http://localhost:3000"
|
2026-01-08 09:55:37 +00:00
|
|
|
verify_ssl = false
|
|
|
|
|
|
|
|
|
|
# Caching configuration
|
|
|
|
|
[cache]
|
|
|
|
|
capacity = 100
|
|
|
|
|
enable_list_cache = true
|
2026-01-12 05:19:06 +00:00
|
|
|
enable_metadata_cache = true
|
|
|
|
|
ttl_seconds = 300
|