What problem does it solve?
This Skill automates the setup and deployment of Bento on a new Ubuntu/Debian VPS, hardening the system, installing specified applications, and providing a detailed report of the deployment.
Core Features & Use Cases
- Full System Deployment: Automates the installation and configuration of Bento, a guided installer that sets up a hardened, TLS-fronted Docker Swarm.
- Application Installation: Installs and configures a set of specified applications.
- Reporting: Generates a detailed report with URLs and credentials for easy handoff to clients.
- Use Case: A beginner or consultant can quickly and securely deploy a full server environment for a client by answering a few questions and executing a single command.
Quick Start
Deploy Bento on a new VPS by using the install skill with the required domain, admin email, public IP, and application list. For example, to deploy Bento on a new VPS with domain mydomain.com, admin email [email protected], and applications app1, app2, use the command: /bento:install --domain mydomain.com --admin-email [email protected] --public-ip 123.123.123.123 --apps app1,app2