- 4 Posts
- 5 Comments
LaVillaStrangiato@infosec.pubOPto
Ask Lemmy@lemmy.world•How to share open-source side projects with other developers?
2·3 months agoI did this! My image is available here: https://hub.docker.com/r/tiemster/emmer
LaVillaStrangiato@infosec.pubOPto
Selfhosted@lemmy.world•Created a self-hosted API for CRUD-ing JSON data on different storage providers (local, S3, minIO, ...).English
3·3 months agoI think that’s a valid point. Note, the API is structured: /file/key1/key2/… if you want to access [key1][key2] in file.json. Hence, you can’t have folder paths in the filename (because that adds an additional slash). However, perhaps with escaping characters it might become possible, so I made an issue to fix this 👍
Btw, I appreciate you taking the time to investigate and understand my side project. It really helps. Happy 2026! (in my timezone we’re almost there).
LaVillaStrangiato@infosec.pubOPto
Ask Lemmy@lemmy.world•How to share open-source side projects with other developers?
3·3 months agoThanks! I never had much success there, but who knows. I will create the docker image, that is a good idea in general :)
LaVillaStrangiato@infosec.pubOPto
Selfhosted@lemmy.world•Created a self-hosted API for CRUD-ing JSON data on different storage providers (local, S3, minIO, ...).English
21·3 months agoThanks for checking my project out. In the readme I state it’s for ‘small personal projects’ where you want to get something quickly. However, “widly insecure” seems a bit much? If you use it for storing data that has no privacy (like public blog posts, and their comments)?




Thanks for your compliment. will do!