this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

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

add auth config key

pomdtr 783b12d6 e1c59cdc

+11 -10
+11 -10
api/schemas/config.schema.json
··· 2 2 "$schema": "http://json-schema.org/draft-07/schema#", 3 3 "type": "object", 4 4 "properties": { 5 - "host": { 6 - "type": "string" 7 - }, 8 - "port": { 9 - "type": "integer" 10 - }, 11 - "cert": { 12 - "type": "string" 13 - }, 14 - "key": { 5 + "addr": { 15 6 "type": "string" 16 7 }, 17 8 "domain": { ··· 22 13 }, 23 14 "email": { 24 15 "type": "string" 16 + }, 17 + "auth": { 18 + "enum": [ 19 + "lastlogin", 20 + "email", 21 + "google", 22 + "github", 23 + "gitlab", 24 + "facebook" 25 + ] 25 26 }, 26 27 "env": { 27 28 "type": "object",