Files
marauder-actual e7129d259c Add project registry and Coolify sync endpoints
- GET/PUT/DELETE /:project/meta — project metadata (gitea repo, coolify app ID)
- GET /projects — list all registered projects
- POST /:project/:env/sync-coolify — push secrets as env vars to Coolify app
- New CONFIG_META KV namespace
- Env bindings for COOLIFY_API_TOKEN and COOLIFY_BASE_URL
2026-06-10 17:56:06 +02:00

20 lines
408 B
TOML

name = "config-saiden-dev"
main = "src/index.ts"
compatibility_date = "2025-01-01"
routes = [
{ pattern = "config.saiden.dev", custom_domain = true }
]
[[kv_namespaces]]
binding = "CONFIG_SECRETS"
id = "425dd5e9d641479e8130d20b83fa0224"
[[kv_namespaces]]
binding = "CONFIG_FILES"
id = "f2c224cbfce04852ba4616d51fa545b7"
[[kv_namespaces]]
binding = "CONFIG_META"
id = "6ab687ed121e471990160f3a8e46cf18"