Compare commits
No commits in common. "091dbecd8741ffeb5074753706b2e1fad59d6a3b" and "f96fdf7efd32e73c6c960c8705c76cf9c943065c" have entirely different histories.
091dbecd87
...
f96fdf7efd
4 changed files with 0 additions and 24 deletions
|
@ -43,8 +43,6 @@ The nix based configuration for my home lab.
|
||||||
- Pterodactyl wings: Backend daemon for game servers
|
- Pterodactyl wings: Backend daemon for game servers
|
||||||
- Vaultwarden: Password manager
|
- Vaultwarden: Password manager
|
||||||
|
|
||||||
- Forgejo actions runner:
|
|
||||||
|
|
||||||
**Needs to run over VPN:**
|
**Needs to run over VPN:**
|
||||||
- Prowlarr:
|
- Prowlarr:
|
||||||
- Radarr:
|
- Radarr:
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
# Home assistant host
|
|
||||||
Home assistant OS running inside a VM.
|
|
||||||
|
|
||||||
## Setup
|
|
||||||
- Run the [home assistant OS community script](https://community-scripts.github.io/ProxmoxVE/scripts?id=haos-vm)
|
|
||||||
|
|
||||||
## Notes
|
|
||||||
- We opt for running HaOS in its own unmanaged VM to allow for all features of
|
|
||||||
home assistant, such as updates from the UI, to function as expected.
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
# PDS host
|
|
||||||
VM running a bluesky PDS.
|
|
||||||
|
|
||||||
## Setup
|
|
||||||
- Install Debian image in a new VM.
|
|
||||||
- Follow [official install instructions](https://github.com/bluesky-social/pds?tab=readme-ov-file#self-hosting-pds).
|
|
||||||
|
|
||||||
## Notes
|
|
||||||
- We don't use the included caddy reverse proxy, instead opting to use the
|
|
||||||
homelab wide traefik proxy.
|
|
||||||
|
|
|
@ -71,7 +71,6 @@
|
||||||
|
|
||||||
environment.persistence."/persistent" = {
|
environment.persistence."/persistent" = {
|
||||||
directories = [
|
directories = [
|
||||||
# TODO: Backup onto CEPH cluster periodically. Or maybe move fully, if performance allows it.
|
|
||||||
{
|
{
|
||||||
directory = "/appdata/forgejo";
|
directory = "/appdata/forgejo";
|
||||||
user = "forgejo";
|
user = "forgejo";
|
||||||
|
|
Loading…
Add table
Reference in a new issue