Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ujstor/self-hosting-infrastructure-cluster
Infra for utilizing Hetzner low-cost VPS and Docker containers, wrapped in Coolify as an all-in-one PaaS
https://github.com/ujstor/self-hosting-infrastructure-cluster
ansible coolify hetzner self-hosting terraform
Last synced: about 1 month ago
JSON representation
Infra for utilizing Hetzner low-cost VPS and Docker containers, wrapped in Coolify as an all-in-one PaaS
- Host: GitHub
- URL: https://github.com/ujstor/self-hosting-infrastructure-cluster
- Owner: Ujstor
- License: mit
- Created: 2024-03-13T23:06:36.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-11-02T11:50:42.000Z (about 2 months ago)
- Last Synced: 2024-11-02T12:27:10.789Z (about 2 months ago)
- Topics: ansible, coolify, hetzner, self-hosting, terraform
- Language: HCL
- Homepage: https://ujstor.github.io/self-hosting-infrastructure-cluster/
- Size: 1.62 MB
- Stars: 27
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Self hosting infrastructure cluster
Infra for utilizing Hetzner low-cost VPS and Docker containers, wrapped in [Coolify](https://coolify.io) as an all-in-one PaaS, to self-host your own applications, databases, or services.
![infra_diagram](./docs/docs/public/01_infra_diagram.svg)
## Prerequisites
Before you begin, ensure you have the following:
- [Hetzner Cloud account](https://hetzner.cloud/?ref=Ix9xCKNxJriM)
- [Terraform](https://www.terraform.io/downloads.html)
- [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)This second iteration offers more granular control over the infrastructure that is created.
It abstracts components into modules that can be reused and imported as source.Benefits include the ability to change infrastructure components in place, targeting specific components.
For example, in earlier iterations, you might not have known which server would be destroyed.Terraform modules have been moved to separate ***[repository](https://github.com/Ujstor/terraform-hetzner-modules)*** that contain Hetzner Cloud and Cloudflare resources, and they are referenced through source and release.
Old code is available in the [old_config branch](https://github.com/Ujstor/self-hosting-infrastructure-cluster/tree/old_config)
***Check [docs](https://ujstor.github.io/self-hosting-infrastructure-cluster) for more detailed info.***