File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # Exoframe
2+
3+ > Simple Docker deployment tool
4+
5+ Exoframe is a self-hosted tool that allows simple one-command deployments using Docker.
6+
7+ ## Features
8+
9+ - One-command project deployment
10+ - SSH key based auth
11+ - Rolling updates
12+ - Deploy tokens (e.g. to deploy from CI)
13+ - Deploy secrets (e.g. to hide sensitive env vars)
14+ - Automated HTTPS setup via letsencrypt \*
15+ - Automated gzip compression \*
16+ - Rate-limit support \*
17+ - Basic HTTP Auth support \*
18+ - Simple access to the logs of deployments
19+ - Multiple deployment endpoints and multi-user support
20+ - Simple update procedure for client, server and Traefik
21+ - Optional automatic subdomain assignment (i.e. every deployment gets its own subdomain)
22+ - Complex recipes support (i.e. deploy complex systems in one command)
23+
24+ \* Feature provided by [ Traefik] ( https://traefik.io/ )
25+
26+ ## License
27+
28+ Licensed under MIT.
You can’t perform that action at this time.
0 commit comments