Update fly.io config - #28
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Update Fly deployment by switching app to listen on port 18789 and start via
|
19d8e87 to
2b28cab
Compare
There was a problem hiding this comment.
🔴 Critical
xmtp-config.json:37 Hardcoded authentication token committed to repository. Consider using an environment variable reference instead (e.g., ${GATEWAY_AUTH_TOKEN} or reading from a secrets file).
| "token": "42c36667c7fb7d0a6ba098880a89111edb699c15ba1bbbd316a7fd8be230353b", | |
| "token": "${GATEWAY_AUTH_TOKEN}", |
🚀 Want me to fix this? Reply ex: "fix it for me".
🤖 Prompt for AI
In file xmtp-config.json around line 37:
Hardcoded authentication token committed to repository. Consider using an environment variable reference instead (e.g., `${GATEWAY_AUTH_TOKEN}` or reading from a secrets file).
|
The formal models extracted constants ( This check is informational (not blocking merges yet). If this change is intentional, follow up by updating the formal models repo or regenerating the extracted artifacts there. |
2b28cab to
baf8651
Compare
|
The formal models extracted constants ( This check is informational (not blocking merges yet). If this change is intentional, follow up by updating the formal models repo or regenerating the extracted artifacts there. |
fa7821b to
2a564f9
Compare
baf8651 to
a4e0884
Compare
|
The formal models extracted constants ( This check is informational (not blocking merges yet). If this change is intentional, follow up by updating the formal models repo or regenerating the extracted artifacts there. |
4b4216d to
5d5191d
Compare
|
The formal models extracted constants ( This check is informational (not blocking merges yet). If this change is intentional, follow up by updating the formal models repo or regenerating the extracted artifacts there. |
5d5191d to
0521f77
Compare
|
The formal models extracted constants ( This check is informational (not blocking merges yet). If this change is intentional, follow up by updating the formal models repo or regenerating the extracted artifacts there. |
Document the XMTP extension following established channel doc conventions. Covers setup, configuration, access control, ENS resolution, media via Pinata IPFS, reactions, and troubleshooting. Also adds XMTP to channel index. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0521f77 to
9bf79c3
Compare
|
The formal models extracted constants ( This check is informational (not blocking merges yet). If this change is intentional, follow up by updating the formal models repo or regenerating the extracted artifacts there. |

Summary
Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
User-visible / Behavior Changes
Security Impact (required)
Yes, explain risk + mitigation: Container now runs as root initially but drops privileges after fixing permissions, following Docker best practices for volume handling.Repro + Verification
Environment
Steps
docker run -v ./data:/data openclaw/openclawExpected
Actual
Evidence
Human Verification (required)
What you personally verified (not just CI), and how:
Compatibility / Migration
Failure Recovery (if this breaks)
Risks and Mitigations