How do we manage your server
A properly configured host is the key to running your apps quickly and securely.
When you add your server to DollarDeploy, we will install additional software to it, configure reverse proxy and Let's encrypt with certbot.
Operating System Requirements
- Ubuntu and Debian only
- 1GB RAM
- 10GB disk space
Installed Software
Core Dependencies
- sudo - System administration tool
- nginx - Web server and reverse proxy
- logrotate - Log file rotation utility
- tzdata - Timezone data
- curl - Command line tool for transferring data
- git - Version control system
- ca-certificates - SSL/TLS certificates
- unzip - Archive extraction utility
- jq - JSON processor
Conditionally Installed
- Certbot (SSL Certificate Management)
Installed as services
- Docker CE from official Docker repository
- Postgres (official package from OS repository)
- Redis (official package from OS repository)
- DollarDeploy Agent