tangled
alpha
login
or
join now
citizen428.net
/
core
forked from
tangled.org/core
0
fork
atom
Monorepo for Tangled — https://tangled.org
0
fork
atom
overview
issues
pulls
pipelines
*: fmt
Signed-off-by: oppiliappan <me@oppi.li>
oppi.li
4 months ago
d98e917d
4a1239d3
verified
This commit was signed with the committer's
known signature
.
oppi.li
SSH Key Fingerprint:
SHA256:yQs05DbrlPDC2pBXLxqOdLYEswq3oEBnHaJiBP7bOlM=
+2
-2
2 changed files
expand all
collapse all
unified
split
guard
guard.go
spindle
config
config.go
+1
-1
guard/guard.go
···
16
16
securejoin "github.com/cyphar/filepath-securejoin"
17
17
"github.com/urfave/cli/v3"
18
18
"tangled.org/core/idresolver"
19
19
-
"tangled.org/core/log"
20
19
"tangled.org/core/knotserver/config"
20
20
+
"tangled.org/core/log"
21
21
)
22
22
23
23
func Command() *cli.Command {
+1
-1
spindle/config/config.go
···
13
13
DBPath string `env:"DB_PATH, default=spindle.db"`
14
14
Hostname string `env:"HOSTNAME, required"`
15
15
JetstreamEndpoint string `env:"JETSTREAM_ENDPOINT, default=wss://jetstream1.us-west.bsky.network/subscribe"`
16
16
-
PlcUrl string `env:"PLC_URL, default=plc.directory"`
16
16
+
PlcUrl string `env:"PLC_URL, default=plc.directory"`
17
17
Dev bool `env:"DEV, default=false"`
18
18
Owner string `env:"OWNER, required"`
19
19
Secrets Secrets `env:",prefix=SECRETS_"`