(no title)
QasimK | 1 year ago
Not something so complex that it requires docker. Not something that requires you to install a separate database. Not something that depends on redis and other external services.
I’ve turned down many self-hosted options due to the complexity of the setup and maintenance.
holsta|1 year ago
And the documentation literally specifies it requires docker.
How did this become "minimal dependencies"?
rook1e_dev|1 year ago
> Node 21 with NPM > Sveltekit, shadcn-svelte
The front-end things are used during the build process. You don't need them when deploy.
> And the documentation literally specifies it requires docker.
Fusion can be deployed as a *single binary*. Docker is just the recommended way. Maybe we need to make documentation clearer.
bArray|1 year ago
eviks|1 year ago
"Deploy with a single binary"
generallee5686|1 year ago
The other thing that blows my mind is how many of these self-hosted applications require mysql/postgres instead of just using sqlite.