A collection of automation scripts for Proxmox LXC and Docker environments.
Each script is a βrecipeβ π to quickly deploy containers, services, and applications.
FiroScriptsCookbook/
ββ proxmox/ # Proxmox LXC container creation scripts
ββ docker/ # Docker container setup and docker-compose recipes
ββ README.md
- π§± Create and configure Debian LXC containers on Proxmox
- π³ Install and setup Docker and Portainer inside LXC
- ποΈ Interactive or parameterized script execution
- β‘ Easily extendable: add new scripts as βrecipesβ
- π Colored messages, logging, and basic error handling included
-
Clone the repository:
git clone https://github.com/firo/FiroScriptsCookbook.git
cd FiroScriptsCookbook -
List available scripts:
ls
-
Run a script:
bash ./firo_create_lxc_docker.sh
Or pass parameters directly:
bash ./firo_create_lxc_docker.sh <CTID> <HOSTNAME> <ROOT_PASSWORD>
firo_create_lxc_docker.shβ Create a Debian 12 LXC container with Docker + Portainer- (More recipes coming soon! e.g., LAMP stack, PostgreSQL container, etc.)
Contributions welcome! Add new recipes, improve scripts, or report issues.
Add your license info here (e.g., MIT License)