What problem does it solve?
This Skill streamlines the setup and management of VPS (Virtual Private Server) operations, ensuring secure, automated, and efficient server management.
Core Features & Use Cases
- Server Provisioning: Automate the setup of VPS with security best practices.
- Hardening: Implement security measures like UFW firewall, SSH hardening, and automatic updates.
- Reverse Proxy: Configure Caddy reverse proxy with auto-SSL for secure access.
- Backup Automation: Set up automated backups with rotation and offsite storage.
- Deployment Automation: Write and execute deploy scripts for repeatable deployments.
- Monitoring & Logging: Implement Docker logs, systemd journal, and health checks for system monitoring.
- Use Case: If you need to set up a new VPS, configure a reverse proxy, manage UFW firewall rules, or automate backups and deployments, this skill is invaluable.
Quick Start
Use the vps-devops-pro skill to set up a new VPS with the following configurations:
aix run "setup-vps --os ubuntu --services webapp --firewall allow-ssh,http,https --backup enable --ssl enable"