Compare commits

...

2 commits

Author SHA1 Message Date
kokomo123
132c3791cf
Merge 7e3e89517a into 4cb7a9abd9 2024-08-10 10:50:26 -07:00
kokomo123
7e3e89517a
Add Dockge to Deployment Automation 2024-04-29 20:05:59 -04:00

View file

@ -238,6 +238,7 @@ Tools and scripts to support deployments to your servers.
- [CloudSlang](https://www.cloudslang.io/) - Flow-based orchestration tool for managing deployed applications, with Docker capabilities. ([Source Code](https://github.com/CloudSlang/score)) `Apache-2.0` `Java`
- [CloudStack](https://cloudstack.apache.org/) - Cloud computing software for creating, managing, and deploying infrastructure cloud services. ([Source Code](https://github.com/apache/cloudstack)) `Apache-2.0` `Java/Python`
- [Cobbler](https://cobbler.github.io/) - Cobbler is a Linux installation server that allows for rapid setup of network installation environments. ([Source Code](https://github.com/cobbler/cobbler)) `GPL-2.0` `Python`
- [Dockge](https://dockge.kuma.pet) - A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager. ([Source Code](https://github.com/louislam/dockge)) `MIT` `Docker`
- [Fabric](https://www.fabfile.org/) - Python library and cli tool for streamlining the use of SSH for application deployment or systems administration tasks. ([Source Code](https://github.com/fabric/fabric)) `BSD-2-Clause` `Python`
- [Genesis](https://github.com/starkandwayne/genesis) - A template framework for multi-environment BOSH deployments. `MIT` `Perl`
- [munki](https://www.munki.org/munki/) - Webserver-based repository of packages and package metadata, that allows macOS administrators to manage software installs. ([Source Code](https://github.com/munki/munki)) `Apache-2.0` `Python`