Probably some scientific theory on not letting s3 buckets eat all your money /jk
Comment on OpenBudgeteer: a selfhosted budgeting app made for Bucket Budgeting
rickyrigatoni@lemm.ee 1 month ago
Why self host a web app that could have easily just been a regular progam.
fl42v@lemmy.ml 1 month ago
finestnothing@lemmy.world 1 month ago
Control over your own data (if you mean regular program as cloud apps), or accessible on multiple devices and to different users if you mean an offline computer app
rickyrigatoni@lemm.ee 1 month ago
Different devices can be done with any program by putting the files on network storage.
Railcar8095@lemm.ee 1 month ago
hosting the db in a network storage? That’s self hosting with extra steps.
rickyrigatoni@lemm.ee 1 month ago
But i don’t have to run yet another service on my machine.
finestnothing@lemmy.world 1 month ago
Well yeah, assuming you can install it on all devices you would want to use, and that it lets you use network storage, and that the app doesn’t conflict with other apps using the same network storage. A lot of apps don’t have a specific app for Android, Apple, Linux, macos, and windows because that’s a lot to build and maintain. A deployed webapp works on any device with a browser, and you don’t need to configure every device to use the same networked storage.