diamondburned / libdb.so

Homepage for libdb.so
https://libdb.so
GNU General Public License v3.0
24 stars 1 forks source link

Build Backend Framework #9

Open diamondburned opened 1 month ago

diamondburned commented 1 month ago

Currently, libdb.so is a strictly frontend-only, backed only by a lightweight file server for serving the file system. The file system itself defines a very simple read-only file system:

GET /_fs.json
GET /_fs/{path}

Instead, we should build libdb.so on top of a proper Go backend. This will allow us to do really interesting stuff, such as:

and much more!

diamondburned commented 1 month ago

We could also consider adding more Caddy hacks :)