Compare commits
3 commits
f96fdf7efd
...
091dbecd87
Author | SHA1 | Date | |
---|---|---|---|
091dbecd87 | |||
47a9f0d4dc | |||
d7f76b8e2e |
4 changed files with 24 additions and 0 deletions
|
@ -43,6 +43,8 @@ The nix based configuration for my home lab.
|
|||
- Pterodactyl wings: Backend daemon for game servers
|
||||
- Vaultwarden: Password manager
|
||||
|
||||
- Forgejo actions runner:
|
||||
|
||||
**Needs to run over VPN:**
|
||||
- Prowlarr:
|
||||
- Radarr:
|
||||
|
|
10
docs/hosts/home-assistant.md
Normal file
10
docs/hosts/home-assistant.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# 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.
|
||||
|
11
docs/hosts/pds.md
Normal file
11
docs/hosts/pds.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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,6 +71,7 @@
|
|||
|
||||
environment.persistence."/persistent" = {
|
||||
directories = [
|
||||
# TODO: Backup onto CEPH cluster periodically. Or maybe move fully, if performance allows it.
|
||||
{
|
||||
directory = "/appdata/forgejo";
|
||||
user = "forgejo";
|
||||
|
|
Loading…
Add table
Reference in a new issue