Hey there! First of all: nice project! :)
I see that one of the main core feature of the project is to not have a database. Since I am deploying this in a Kubernetes environment, I need to provide a persistent volume to the pod, just for a sqlite. Knowing how sqlite and my storage solution works, not having a database makes it less of a "good feature" when deploying.
I noticed though that it uses a sqlite DB, and my pervious analytics tool (umami) was using postgresql. This allowed me to scale with multiple instances for redundancy in case some of the nodes in my homelab would need repair.
It would be awesome if Liwan would also support postgresql and act as a stateless application :)
Thank you again for the project! It looks super nice 👍