afroisalreadyinu/miniboss

REST support

Closed this issue · 2 comments

It would be incredibly useful if there was a REST entry point or an easy way to make one using something like FastAPI. It would greatly increase the usefulness of this project for other things than just CLI based operations.

That's not the focus of this project. Besides, both podman and Docker have REST APIs.

It's not the same thing, that is at the container level, this is at the service level as is docker-compose, which does not have an REST API either. Nothing of the sort exists at the service level. It's powerful and useful to have a REST API at the service level, as you can launch other services from control panels and planes.