https://github.com/mrzzy/nimbus
Self-hosted services in the Cloud.
https://github.com/mrzzy/nimbus
iaac self-hosted terraform
Last synced: about 1 month ago
JSON representation
Self-hosted services in the Cloud.
- Host: GitHub
- URL: https://github.com/mrzzy/nimbus
- Owner: mrzzy
- License: mit
- Created: 2021-07-06T01:03:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-19T21:27:55.000Z (about 2 months ago)
- Last Synced: 2025-08-19T23:26:26.235Z (about 2 months ago)
- Topics: iaac, self-hosted, terraform
- Language: HCL
- Homepage:
- Size: 1.34 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nimbus
Self-hosted services in the Cloud.
## Introduction
Nimbus centralises Infrastructure (eg. Terraform deployments, Docker Containers) that deploys self-hosted services on Cloud Platforms in one repository.
## Features
- **Infrastructure as Code (IaC)** Expressing IaC makes infrastructure dynamic & malleable to changes. Dependencies between Multiple Cloud providers can be expressed explicitly in code. Checking IaC into Git provides checkpoints for rollbacks if something goes wrong.
- **Multi Cloud** Consolidates deployments on multiple Cloud Platforms (Cloudflare & Blackblaze) in one place.## Architecture
```mermaid
flowchart LR
subgraph cf[Cloudflare]
direction TB
DNS
CDN
endcf[Cloudflare] <--> art & site
subgraph b2[Blackblaze B2]
art[art.mrzzy.co site]
lake[(Providence Data Lake)]
endsubgraph vercel[Vercel]
site[mrzzy.co site]
end
```## Services
User-facing services hosted on Nimbus:
- [mrzzy.co](https://mrzzy.co): Coding Portfolio website hosted on Vercel.
- [art.mrzzy.co](https://art.mrzzy.co): Art website hosted on Blackblaze B2.## License
MIT.