this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

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

at main 18 lines 396 B view raw
1{ 2 "$schema": "../../schemas/config.schema.json", 3 "domain": "smallweb.localhost", 4 "oidc": { 5 "issuer": "https://auth.smallweb.localhost" 6 }, 7 "authorizedEmails": [ 8 "achille.lacoin@gmail.com" 9 ], 10 "apps": { 11 "ls": { 12 "admin": true, 13 "additionalDomains": [ 14 "custom-domain.localhost" 15 ] 16 } 17 } 18}