Skip to content

Adds Generator and Host client config references and examples.#322

Open
johnnymatthews wants to merge 8 commits into
mainfrom
add/generator-host-deployment-examples
Open

Adds Generator and Host client config references and examples.#322
johnnymatthews wants to merge 8 commits into
mainfrom
add/generator-host-deployment-examples

Conversation

@johnnymatthews

Copy link
Copy Markdown
Contributor

Closes #153.

@johnnymatthews johnnymatthews changed the title Add/generator host deployment examples Adds Generator and Host client config references and examples. Jul 16, 2026
Includes callout saying that Eth is the only chain officially supported
right now, but more chains are coming, etc.
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 16, 2026

Copy link
Copy Markdown

Deploying docs with  Cloudflare Pages  Cloudflare Pages

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

View logs

@johnnymatthews
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Generator and Host deployment examples and config reference.

1 participant