sitepilot / stack
Effortlessly provision high-performance cloud servers and containers, fine-tuned for WordPress and Laravel.
Installs: 253
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Language:Jinja
pkg:composer/sitepilot/stack
This package is auto-updated.
Last update: 2025-10-28 12:23:55 UTC
README
Effortlessly provision high-performance Linux Containers (LXC), fine-tuned for WordPress and Laravel.
About
Sitepilot utilizes LXD-managed hosts and orchestrated LXC software containers for each site. This means that every site is housed in its own isolated container, complete with all the software resources required to run it. The resources are 100% private and are not shared with anyone else.
We've open-sourced these Ansible playbooks so you can see exactly how our containers and hosts are configured, or even use them yourself to host sites. This gives you full transparency into our setup and the flexibility to adapt it to your own hosting environment.
Software
Server
Below is a list of the software that will be installed on a LXD-managed host.
- Nginx - Nginx is installed to forward (proxy) web and SSH traffic to the correct container.
Container
Below is a list of the software that can be installed in a container. Only the necessary software is included, ensuring a lightweight and efficient environment tailored specifically to run the site.
- PHP - Installed when php_versionis specified.
- Composer - Installed when php_versionis specified.
- WPCLI - Installed when php_versionis specified.
- Node.js - Installed when node_versionis specified.
- Nginx - Installed when server_typeis set tonginx.
- MariaDB - Installed when database_typeis set tomariadb.
- Valkey - Installed when cache_typeis set tovalkey.
- WordPress - Installed when container_typeis set towordpress.
If software does not need to be installed, it will be automatically removed from the container.
Security Vulnerabilities
Please don't disclose security-related issues publicly. If you discover a security vulnerability within Laravel, please send an email to support at support@sitepilot.io. All security vulnerabilities will be promptly addressed.