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 private fields to the json schema

pomdtr 36f58118 5e1389b7

+18
+18
schemas/config.schema.json
··· 62 62 "description": "Give the app admin privileges", 63 63 "type": "boolean" 64 64 }, 65 + "private": { 66 + "description": "Protect all routes behind authentication", 67 + "type": "boolean" 68 + }, 69 + "privateRoutes": { 70 + "description": "Make specific routes private", 71 + "type": "array", 72 + "items": { 73 + "type": "string" 74 + } 75 + }, 76 + "publicRoutes": { 77 + "description": "Make specific routes public", 78 + "type": "array", 79 + "items": { 80 + "type": "string" 81 + } 82 + }, 65 83 "crons": { 66 84 "description": "Cron jobs", 67 85 "type": "array",