44 lines
757 B
Markdown
44 lines
757 B
Markdown
# Papzi homelab configurations
|
|
|
|
L'homelab è suddiviso in vari host configurati come container LXC su una macchina Proxmox
|
|
|
|
## IP
|
|
|
|
Per comodità una volta assegnato un IP questo deve essere impostato su PiHole con dominio `.internal` per facilitare il routing.
|
|
|
|
## Services up and running
|
|
|
|
- Caddy
|
|
- Nextcloud
|
|
- Paperless-ngx
|
|
- Vaultwarden
|
|
- Authentik
|
|
- Immich
|
|
- Technitium DNS
|
|
- Plex
|
|
- Docker
|
|
- Searxng
|
|
- Zigbee2Mqtt
|
|
- Metrics: Grafana and Promethus
|
|
|
|
## Services missing and TODO
|
|
|
|
- [x] Uptime Kuma
|
|
- [ ] Authentik for Arr services
|
|
- [x] Change mail notification provider
|
|
- [x] Remove pc key from agenix secrets
|
|
- [x] Remove passwordless SSH login for normal user
|
|
|
|
## How to
|
|
|
|
### Build
|
|
|
|
```sh
|
|
colmena apply
|
|
```
|
|
|
|
### Check config
|
|
|
|
```sh
|
|
nix flake check
|
|
```
|