Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

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

chore: update index page listings

+2 -2
+2 -2
src/pages/index.astro
··· 36 36 37 37 const input = [ 38 38 { url: "input/native-fs/", title: "Native File System" }, 39 - { url: "input/s3-compatible/", title: "(TODO) S3-Compatible API" }, 39 + { url: "input/s3/", title: "S3-Compatible API" }, 40 40 ]; 41 41 42 42 const orchestrators = [ ··· 49 49 { url: "output/indexed-db/", title: "IndexedDB" }, 50 50 { url: "output/native-fs/", title: "Native File System" }, 51 51 { url: "output/todo/", title: "(TODO) Keyhive/Beelay" }, 52 - { url: "output/todo/", title: "(TODO) Some local-first sync engine" }, 52 + { url: "output/todo/", title: "(TODO) Dialog DB" }, 53 53 ]; 54 54 55 55 const processors = [