Hacker News new | ask | show | jobs
by thequailman 2386 days ago
How turn key do you expect the self hosted option to be? If it contains a lot of other software like SQL and Redis, would you be comfortable installing it or would you expect the option to bundle it in some kind of installer? Would you be OK with using a container, or would you want binaries?
1 comments

In my dream world, all open source software would consist of a single binary and the only third party need would be a DB (preferentially Postgres or MySQL).

Must be why I like Go so much

I share your dream world. Sadly I never even come close to carrying out it out when I build a small thing for myself.