exoframe
exoframe copied to clipboard
Exoframe is a self-hosted tool that allows simple one-command deployments using Docker
> Sorry, couldn't find any open issue 🙄 ## Background: On Exoframe server.config.yml file we add some base domain like `baseDomain: .mydomain.com`, this allows a user to use the command...
It would be nice if there was support for private registries/repos
Currently there's no indication as to why letsencrypt doesn't work for end user. Typically users have to look into traefik logs to find the reason. Would be great to have...
I have an existing swarm setup already running traefik. I've run into several issues deploying docker-compose.yml files. It seems exoframe works best with a fresh swarm where exoframe sets up...
Is there any way to locally specify default values/override the recipe in order to reexecute it many times if it fails?
Once Swarm support is landed, it'll make a lot of sense to add way to horizontally scale deployments. Possible ways to do that: - `exoframe scale ` - Suggested by...
We should support gitops deployment flow(s). The basic gist of it is that Exoframe should allow (re-)deploying projects when git repo is updated (push to repo -> webhook -> pull...
Would be cool to have history of last X (5? 10?) builds with ability to do rebuilds, additional deploys (scaling) and do rollbacks.
Currently there's no way to restrict usage of specific exoframe server. We need to add way to at least enforce basic restrictions: - Toggle allowed templates - User quotas (e.g....
Would be great to have a CI that'd do E2E testing of CLI and server to make sure they work correctly together. Probably a new repo?