feat(www): openconnector is a preset - #473
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
nibrun-www | 1f0dda8 | Commit Preview URL Branch Preview URL |
Sep 04 2026, 10:48 AM |
ilbertt
marked this pull request as ready for review
September 4, 2026 10:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an
open-connectordeploy preset, following oomol-lab/open-connector#488, which lists nibrun as a deployment option. That PR's release workflow has landed, sov1.5.0publishesopen-connector-linux-x64alongside aSHA256SUMS— the preset pins that tag and holds the download to its digest, as the others do.Deployed and checked end to end with
nib runon the exact config:OOMOL_CONNECT_DATA_DIRlandsconnect.sqliteon the volumeOOMOL_CONNECT_ORIGINinterpolates:expectedRedirectUricomes back ashttps://<app>.nibrun.app/oauth/callbackOOMOL_CONNECT_ADMIN_TOKENgates the admin api (401 without, 200 with)OOMOL_CONNECT_RUNTIME_TOKENgates/mcp(401 without, initializes with)No
PORTvariable: the guest runtime already exports it as an alias ofNIBRUN_HTTP_PORT, so the binary follows the port the form is deployed with. Confirmed by deploying on 8080 —connect server listeningathttp://0.0.0.0:8080with nothing else set.