I made a few decisions when hosting this Usememos instance:
- Using sqlite and filesystem for resources
- Don’t have a use case for querying this data in Postgres
- My go to cloud database: Neon.tech is great, but it can have some cold start latency from my homelab talking to it
- It’s super fast
- Backups should be straight forward
- Usememos has RSS and an API if I need to integrate. Or who knows, probably could copy the sqlite file and query it if needed
- Usememos is configurable to disable sign ups - this makes it really easy to make public and not have to worry about auth besides for me #adr