Adds Generator and Host client config references and examples.#322
Open
johnnymatthews wants to merge 8 commits into
Open
Adds Generator and Host client config references and examples.#322johnnymatthews wants to merge 8 commits into
johnnymatthews wants to merge 8 commits into
Conversation
Includes callout saying that Eth is the only chain officially supported right now, but more chains are coming, etc.
Deploying docs with
|
| Latest commit: |
377bbd6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ff8eda1b.docs-czv.pages.dev |
| Branch Preview URL: | https://add-generator-host-deploymen.docs-czv.pages.dev |
Pretty sure it helps SEO. Dunno why though.
johnnymatthews
marked this pull request as ready for review
July 20, 2026 13:16
SOOOO many fixes: 1. Fixed shinzo-indexer -> shinzo-generator (service, container, image shinzo-generator-client:standard), updated nginx upstreams, rewrote the tag gotcha to align with #326/#327. 2. The repo's nginx doesn't terminate TLS (listen 8080, no ssl directives), so made the scenario genuinely terminate TLS (listen 443 ssl + ssl_certificate + 443:443 mapping) and removed the false "inherits certs from volume" claim. indexer-prod-setup.sh confirmed no TLS config to reproduce. 3. SCHEMA_AUTH_MODE is read (config.go:355). Added it as a field row + env var. Also fixed max_docs_per_txn shipped value (500 -> 100), logger.level (error -> info), and added 4 missing indexer fields + 5 missing env vars. 4. Verified #chain-abstraction-in-progress resolves (built HTML confirms). Kept config refs at generators//hosts/. 5. Restored full-fidelity nginx.conf (all proxy_set_header, /registration-app, /api/v1/schema blocks).
3 tasks
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.
Closes #153.