this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

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

remove outdated env key

pomdtr 9d7d1fff 783b12d6

+5 -6
+5 -6
api/schemas/config.schema.json
··· 3 3 "type": "object", 4 4 "properties": { 5 5 "addr": { 6 + "description": "Server address", 6 7 "type": "string" 7 8 }, 8 9 "domain": { 10 + "description": "Domain name", 9 11 "type": "string" 10 12 }, 11 13 "dir": { 14 + "description": "App directory", 12 15 "type": "string" 13 16 }, 14 17 "email": { 18 + "description": "Email address", 15 19 "type": "string" 16 20 }, 17 21 "auth": { 22 + "description": "Authentication method", 18 23 "enum": [ 19 24 "lastlogin", 20 25 "email", ··· 23 28 "gitlab", 24 29 "facebook" 25 30 ] 26 - }, 27 - "env": { 28 - "type": "object", 29 - "additionalProperties": { 30 - "type": "string" 31 - } 32 31 } 33 32 } 34 33 }