-
Notifications
You must be signed in to change notification settings - Fork 1
Add and harden AI Lab Cloud support #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
kenvandine
merged 21 commits into
lemonade-sdk:main
from
kenvandine:cloud_socket_security_review
Apr 15, 2026
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
980f255
docs: add Cloud Access section covering tunnel setup and snap settings
kenvandine 5582791
docs: note that ailab-cloud hub snap is fully self-contained
kenvandine 6b67c37
feat(cloud): make port URLs tunnel-aware
kenvandine 5315273
fix: import Request from fastapi in web/app.py
kenvandine 31db68a
feat(cloud): implement tunnel client and snap wiring
kenvandine 0c0b74e
fix(cloud): default to port 11500 when AILAB_CLOUD_PORTS not set
kenvandine 2b8c5f3
fix(tunnel): use relative paths so the app works behind a sub-path proxy
kenvandine bd874f7
fix(tunnel): align WebSocket URL with hub's /d/{target}/{path} route
kenvandine 94d93fa
fix(tunnel): pass gatewayUrl in hash so openclaw connects via tunnel
kenvandine 0f9fcd4
fix(tunnel): whitelist hub origin in openclaw gateway allowedOrigins
kenvandine d0eccca
fix(tunnel): await origin whitelist before returning gateway URL
kenvandine 116ab85
fix(tunnel): pass gateway token as Authorization Bearer on WS upgrade
kenvandine c2308ce
fix(openclaw): reset-failed before gateway restart; clamp contextWindow
kenvandine ae9e0fe
fix(tunnel): forward browser Origin header to local WS service
kenvandine b0b9bd5
fix(openclaw): patch openclaw.json as container user, not via push_file
kenvandine a1a18ee
Harden cloud tunnel registration
kenvandine c7228d4
Harden cloud reconnects and clean docs
kenvandine 5a0fe2f
Use LXD socket for snap shells
kenvandine 7763461
Fix snap shell exit handling
kenvandine ee095ab
Address PR review feedback
kenvandine 5fa0c52
Update cloud docs for review
kenvandine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 5fa0c52. I added
cloud.portsto the Cloud settings table inREADME.mdand documented the default behavior plus the common18789openclaw case.