This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

localinfra: enable xrpc and expose sites domain to web

Runs the appview with TANGLED_XRPC_ENABLED and points the web frontend at the
browser-reachable appview (TANGLED_API_URL) whose host matches the service-auth
aud; SITES_DOMAIN feeds the sites claim UI suffix.

author
Anirudh Oppiliappan
committer
dawn
date (Jul 31, 2026, 10:57 PM +0300) commit 9a4b4885 parent f078649e change-id vpxkytzv
+6
+6
docker-compose.yml
··· 335 335 environment: 336 336 TANGLED_DEV: "true" 337 337 TANGLED_APPVIEW_HOST: 127.0.0.1:3000 338 + TANGLED_XRPC_ENABLED: "true" 338 339 TANGLED_DB_PATH: /var/lib/appview/appview.db 339 340 TANGLED_PLC_URL: https://plc.tngl.boltless.dev 340 341 TANGLED_JETSTREAM_ENDPOINT: wss://jetstream.tngl.boltless.dev/subscribe ··· 452 453 restart: unless-stopped 453 454 environment: 454 455 BOBBIN_URL: https://bobbin.tngl.boltless.dev 456 + # browser-reachable appview for authed xrpc; host must match the 457 + # appview's TANGLED_APPVIEW_HOST so the service-auth aud lines up 458 + TANGLED_API_URL: http://127.0.0.1:3000 459 + # suffix shown in the sites claim UI; must match the appview's TANGLED_SITES_DOMAIN 460 + SITES_DOMAIN: tngl.io 455 461 KNOTMIRROR_URL: https://mirror.tngl.boltless.dev 456 462 CAMO_URL: https://camo.tngl.boltless.dev 457 463 CAMO_SHARED_SECRET: localinfra-camo-secret