docs(semantics): GitHub App registration is API-doable at 4.1.2 (#84) #91

Merged
dan-claude-bot merged 1 commit from docs/github-app-registration-api into main 2026-07-18 20:24:47 +00:00

1 commit

Author SHA1 Message Date
claude-hdb
f25ae8ed30 docs(semantics): GitHub App registration is API-doable at 4.1.2 (#84)
The DR table's private-key row read as if the whole GitHub App setup
were manual. Draw the actual split next to it: creating the App on
GitHub is manual (the Manifest flow, tracked in #7/#5), registering an
already-created App with Coolify is API-doable at 4.1.2 (POST
/security/keys + POST /github-apps, routes/api.php:131-136), and only
the private key value itself is inherently manual. Records the two
upstream bugs on these routes (coollabsio/coolify#10936, #5467) and the
v4.2 shape changes #77 tracks.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 18:18:14 +00:00