You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I use sqlite instead of Postgre or redis in self-hosting? In some cases, I don't want to rely on external components and don't have particularly high requirements for performance. It's a bit like gitea, I can choose not to use MySQL and PostgreSQL.
sqlite is lacking some features we dependent on postgresql. we would provide an all-in-one image including all dependencies without further components management.
Description
Can I use
sqlite
instead ofPostgre
orredis
in self-hosting? In some cases, I don't want to rely on external components and don't have particularly high requirements for performance. It's a bit like gitea, I can choose not to useMySQL
andPostgreSQL
.https://docs.gitea.com/installation/install-with-docker-rootless#basics
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: