alec-c4 / kickstart-devops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kickstart (DevOps Edition)

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.

Available templates

  • docker-compose template for web-applications with traefik reverse proxy
  • earthly template for node-based applications

Todo

  • ansible scripts to create docker-ready nodes
  • add ci-related configs

Known issues

not found

Contributing PRs welcome

For bug fixes, documentation changes, and features:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. 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.

About

License:MIT License


Languages

Language:Makefile 53.5%Language:Shell 14.7%Language:JavaScript 12.6%Language:Earthly 9.9%Language:Dockerfile 9.3%