Monorepo for Tangled
0

Configure Feed

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

appview/config: configure knotmirror URL

this is not live yet, but this is the likely host for the public
knotmirror service.

Signed-off-by: oppiliappan <me@oppi.li>

author
oppiliappan
date (Mar 21, 2026, 4:17 AM UTC) commit 2d8c946e parent fc0438f1 change-id kwnyoqmk
+1 -1
+1 -1
appview/config/config.go
··· 47 47 } 48 48 49 49 type KnotMirrorConfig struct { 50 - Url string `env:"URL, required"` 50 + Url string `env:"URL, default=https://mirror.tangled.network"` 51 51 } 52 52 53 53 type JetstreamConfig struct {