https://github.com/bianchidotdev/homelab
https://github.com/bianchidotdev/homelab
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bianchidotdev/homelab
- Owner: bianchidotdev
- Created: 2023-04-10T18:25:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T21:20:58.000Z (over 1 year ago)
- Last Synced: 2025-03-28T00:15:03.281Z (about 1 year ago)
- Language: Smarty
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homelab
## Deploying
This homelab is deployed largely using GitHub Actions. Presently we are manually deploying docker-compose stacks to remote nodes. There is no clustered runtime and if a node goes down, those services go down.
### Vultr Tor Bridges
Vultr Tor Bridges are managed with terraform under `vultr/terraform/`.
The bridges are deployed with Flatcar Container Linux, which is a
container-optimized Linux distribution meant to be declaratively provisioned.
It uses an ignition config to provision the node, installing
tailscale and the systemd service to run a tor obfs4 bridge via docker.
We use a 1password service account to store the secrets needed for the
deployment.
Deploy with the following command:
```sh
cd vultr/terraform
op run --env-file=.env -- terraform apply
```