docs(deploy): replace mewsfeed-config with generic joining-service-config example#146
Open
evangineer wants to merge 4 commits into
Open
docs(deploy): replace mewsfeed-config with generic joining-service-config example#146evangineer wants to merge 4 commits into
evangineer wants to merge 4 commits into
Conversation
- delete deploy/scripts/bootstrap-harvester.sh — superseded by `hdeploy bootstrap-harvester`; referenced old file-based joining config approach and JOINING_SERVICE_* env vars - delete deploy/spike/ — labeled spike, stale tofu state and provider binaries committed to history - update apply.sh next-step hint to reference hdeploy instead of the deleted shell script Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…nfig example - Rename mewsfeed-config.json.example → joining-service-config.example.json - Update to JoiningServiceConfigInput schema (happ.id/name/happ_bundle_url, auth_methods) — the old file used an obsolete format - Show all auth method variants (open, invite_code, membrane_proof, any_of) as commented alternatives rather than baking in open-auth-only assumption - Document that network_seed and linker_registrations are auto-injected by hdeploy — operators must not set them in the config file - Update DEPLOYMENT.md deploy-joining-service steps to include --joining-config flag and explain network seed auto-injection Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
z.string().url() rejects empty strings — omit the field since it's optional. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
mewsfeed-config.json.example→joining-service-config.example.jsonJoiningServiceConfigInputschema — old file used an obsolete formatnetwork_seedandlinker_registrationsare auto-injected byhdeploy— operators must not set them in the config fileDEPLOYMENT.mddeploy-joining-servicesteps to include--joining-configflag and explain auto-injectionContext
hdeploy deploy-joining-servicenow readsnetwork_seedfrom deployment KV (written byinit-deployment) and injects it into thejoining_configwritten to sessions KV. The operator only needs to supply hApp identity, bundle URL, and auth method —hdeployhandles the rest.🤖 Generated with Claude Code