Clean and doc
This commit is contained in:
parent
54fc411e13
commit
f244d787be
2 changed files with 11 additions and 8 deletions
11
README.md
11
README.md
|
|
@ -2,6 +2,17 @@
|
||||||
|
|
||||||
L'homelab è suddiviso in vari host configurati come container LXC su una macchina Proxmox
|
L'homelab è suddiviso in vari host configurati come container LXC su una macchina Proxmox
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
### Immich
|
||||||
|
|
||||||
|
Come usare `immich-admin`. Trovare l'hash della versione corrente tramite `systemd`
|
||||||
|
|
||||||
|
```sh
|
||||||
|
systemctl edit --runtime immich-server.service
|
||||||
|
sudo -u immich REDIS_SOCKET=/run/redis-immich/redis.sock DB_URL=postgresql:///immich?host=/run/postgresql /nix/store/1z28h62s8vn2rnmd8ja06dzwjpcbz3gp-immich-2.2.3/bin/immich-admin
|
||||||
|
```
|
||||||
|
|
||||||
## IP
|
## IP
|
||||||
|
|
||||||
Per comodità una volta assegnato un IP questo deve essere impostato su PiHole con dominio `.internal` per facilitare il routing.
|
Per comodità una volta assegnato un IP questo deve essere impostato su PiHole con dominio `.internal` per facilitare il routing.
|
||||||
|
|
|
||||||
|
|
@ -39,14 +39,6 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
perplexicaSubdomain = lib.mkOption {
|
|
||||||
default = "sai";
|
|
||||||
type = lib.types.str;
|
|
||||||
description = ''
|
|
||||||
Perplexica subdomain
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
host = lib.mkOption {
|
host = lib.mkOption {
|
||||||
default = "localhost";
|
default = "localhost";
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue