Experiment to rebuild Diffuse using web applets.
0

Configure Feed

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

at main 658 B View raw
1{ 2 "name": "diffuse/output/native-fs", 3 "title": "Diffuse Output | Native File System", 4 "entrypoint": "index.html", 5 "actions": { 6 "tracks": { 7 "title": "Tracks", 8 "description": "Store or retrieve tracks. Passing in an array of tracks, stores them; passing no parameter, retrieves them.", 9 "params_schema": { 10 "type": "array", 11 "description": "List of tracks", 12 "items": { 13 "type": "object" 14 } 15 } 16 }, 17 "mount": { 18 "title": "Mount", 19 "description": "Prepare for usage." 20 }, 21 "unmount": { 22 "title": "Unmount", 23 "description": "Callback after usage." 24 } 25 } 26}