Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bsfishy/homelab
Configuration for my homelab setup
https://github.com/bsfishy/homelab
Last synced: 13 days ago
JSON representation
Configuration for my homelab setup
- Host: GitHub
- URL: https://github.com/bsfishy/homelab
- Owner: BSFishy
- License: mit
- Created: 2024-06-19T16:58:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T02:23:53.000Z (about 1 month ago)
- Last Synced: 2025-01-05T04:04:31.983Z (17 days ago)
- Language: Jinja
- Size: 418 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homelab
Welcome to my homelab repository. This contains everything I need to spin up an
instance of my homelab. It builds on these technologies:- Docker Swarm
- Ansible
- Cloudflare & Cloudflare Zero TrustTo spin up an instance, you must first configure your project:
```shell
just config
```This will run the just recipe to configure the project. It takes you through
configuring domain names, Access Groups, etc.To actually deploy the services to the current node, run:
```shell
just dev
```This uses ansible to deploy every service to the stack.