Forgejo can run with Sqllite if you’re just hosting a small instance for your own purposes.
Comment on Advice for git setup
Evilschnuff@feddit.org 1 month agoBut that means that the database is running on nfs, right? I read that this is not recommended due to locking issues and roundtime latency.
rjc@lemmy.world 1 month ago
credics@sh.itjust.works 1 month ago
Yes. I didn’t have any problems so far. I guess, it’s because all my services are used by around four people, so the load is pretty low.
Mondez@lemdro.id 1 month ago
You can run a separate db server using local storage and use NFS only for the data volumes for the applications themselves.