Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deffcolony/boilerplates
My collection of boilerplates, designed to simplify common tasks and make your life easier.
https://github.com/deffcolony/boilerplates
ansible boilerplate-template docker docker-compose kubernetes linux packer script terraform vagrant
Last synced: about 2 months ago
JSON representation
My collection of boilerplates, designed to simplify common tasks and make your life easier.
- Host: GitHub
- URL: https://github.com/deffcolony/boilerplates
- Owner: deffcolony
- License: mit
- Created: 2023-05-09T11:03:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T11:55:08.000Z (about 2 months ago)
- Last Synced: 2024-10-25T11:34:32.005Z (about 2 months ago)
- Topics: ansible, boilerplate-template, docker, docker-compose, kubernetes, linux, packer, script, terraform, vagrant
- Language: Shell
- Homepage:
- Size: 139 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Boilerplates
"Simplify your life and streamline your workflow with our collection of useful boilerplates"
💬Discord | 📚Documentation
# About
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.## Features
- Scripts for backup and restore of popular databases like PostgreSQL, MySQL/MariaDB, and MongoDB.
- Automated backups for popular applications like WordPress, Nextcloud, and GitLab.### Upcoming features
- 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!## Getting Started
To use the scripts in this repository, simply clone the repository to your local machine:
```sh
git clone https://github.com/deffcolony/boilerplates.git
```## Usage
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:
```sh
sudo ./portainer-backup.sh
```## Contributing
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.
## License
This repository is licensed under the MIT License. See the `LICENSE` file for more information.