"Simplify your life and streamline your workflow with our collection of useful boilerplates"
💬Discord | 📚Documentation
Boilerplates, in the context of software development, refer to preconfigured templates or starting points that provide a foundation for creating new projects or applications. They are reusable and standardized setups that encapsulate common configurations, dependencies, and structures for a specific technology stack or service.
This repository contains scripts and docker-compose templates for automation, backups, and other helpful utilities to make your life easier. Whether you are a system administrator, developer, or just someone who wants to automate repetitive tasks, this repository has scripts that can help.
- Scripts for backup and restore of popular databases like PostgreSQL, MySQL/MariaDB, and MongoDB.
- Automated backups for popular applications like WordPress, Nextcloud, and GitLab.
- Scripts for managing Docker containers, images, and networks.
- Utilities for managing files, directories, and permissions.
- Scripts for monitoring server performance and generating reports.
- And more!
To use the scripts in this repository, simply clone the repository to your local machine:
git clone https://github.com/deffcolony/boilerplates.git
Each script is designed to perform a specific task, such as automating backups or setting up a development environment. To use a script, simply navigate to the directory containing the script and execute it using the appropriate command.
For example, to run the backup script, navigate to your backup directory and run the following command:
sudo ./portainer-backup.sh
If you have a script that you would like to contribute to this repository, feel free to submit a pull request. Make sure to test your script thoroughly and provide clear instructions on how to use it.
This repository is licensed under the MIT License. See the LICENSE
file for more information.