There are a collection of devops-related templates, scripts, and automatizations I use for everyday work. All included code is written with the following principles:
- Code is written to be supported without a hassle
- Code is written, following best practices from developers and product communities
Feel free to submit any feature or pull request if you think that it may be useful for the community.
- docker-compose template for web-applications with traefik reverse proxy
- earthly template for node-based applications
- ansible scripts to create docker-ready nodes
- add ci-related configs
not found
For bug fixes, documentation changes, and features:
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
For larger new features: Do everything as above, but first also make contact with the project maintainers to be sure your change fits with the project direction and you won't be wasting effort going in the wrong direction.