this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

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

make the domain field required

+3
+3
schemas/config.schema.json
··· 1 1 { 2 2 "$schema": "http://json-schema.org/draft-07/schema#", 3 3 "type": "object", 4 + "required": [ 5 + "domain" 6 + ], 4 7 "properties": { 5 8 "oidc": { 6 9 "type": "object",