diff --git a/README.md b/README.md index 82c44dc..9e6e95b 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,17 @@ - 🐳 Private Docker Registry - 🎬 Jellyfin Media Server - 🌐 Portfolio Website +- 📷 Immich - Photo and Video Management - 🗄️ PostgreSQL Database - 📦 Pocketbase Backend - 🍵 Gitea Git Server and Actions for CI/CD +- 📦 MinIO Object Storage - S3-compatible storage +- 🔑 LLDAP - Lightweight LDAP Authentication Server ### 📋 Coming Soon - Nextcloud +- Authentik - OpenID Connect and OAuth2 server (will replace LLDAP) - Monitoring Stack with Prometheus and Grafana ## 💻 Hardware Setup @@ -44,6 +48,7 @@ - 2x Mini PCs with Intel N100 CPUs - 16GB RAM each - 500GB SSDs +- 2x 1 TB SATA SSDs - 1Gbps networking - Proxmox Cluster Configuration diff --git a/kubernetes/README.md b/kubernetes/README.md index 06e7950..585de7e 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -705,7 +705,10 @@ envsubst < cloud-native-pg/backup-recovery.yaml | kubectl apply -n immich -f - ## Create a new PostgreSQL cluster from existing Database -To create a new PostgreSQL cluster from an existing database, you can use the `create-cluster.yaml` template. This template allows you to create a new PostgreSQL cluster from an existing database by specifying the necessary configurations and parameters in the YAML file. +To create a new PostgreSQL cluster from an existing database, you can use the +`create-cluster.yaml` template. This template allows you to create a new +PostgreSQL cluster from an existing database by specifying the necessary +configurations and parameters in the YAML file. # Immich Self-hosted Photo and Video Backup Solution