Closed aklinker1 closed 1 year ago
V2 is not feature complete, but I want to merge and start using it... Plus I'm not going to make any change to other versions at this point.
I'll have a list of features missing in the docs: https://miasma.aklinker1.io/v2-migration
There's no need for a backend that stores app info separate from docker. Just interact with docker directly from the frontend. This means there are no bugs from the backend, since there is no backend. Also no more CLI.
V2 is more similar to portainer, but it's still gonna automate some processes for you (like routes).
Technically there's still a backend, but it's a single file and just proxies requests to to the docker engine API.
It could run background jobs like the current server does.