Compare commits

..

2 Commits

360 changed files with 152 additions and 150 deletions

View File

@@ -6,52 +6,54 @@ All applications are managed using GitOps principles with ArgoCD and utilize cer
## Repository Structure ## Repository Structure
The repository is organized with one directory per application, containing all necessary Kubernetes resources: The repository is split into three top-level areas. Within each, there is one directory per application/component, and every manifest follows the `<app>-<kind>.yaml` naming convention.
``` ```
├── argocd/ # GitOps continuous deployment ├── infra/ # Cluster infrastructure
├── cert-manager/ # TLS certificate management │ ├── argocd/ # GitOps continuous deployment
├── metallb/ # Load balancer │ ├── cert-manager/ # TLS certificate management
├── kubevip/ # High availability │ ├── cloud-native-postgres/ # PostgreSQL operator
├── longhorn/ # Distributed storage │ ├── envoy-gateway/ # Kubernetes Gateway API configuration
├── cloud-native-postgres/ # PostgreSQL operator │ ├── kubevip/ # High availability
├── envoy-gateway/ # Kubernetes Gateway API configuration │ ├── longhorn/ # Distributed storage
├── infisical/ # Secrets management │ └── metallb/ # Load balancer
├── authentik/ # Identity provider and SSO
├── it-tools/ # IT utilities ├── applications/ # Deployed workloads
├── jellyfin/ # Media server │ ├── authentik/ # Identity provider and SSO
├── immich/ # Photo and video management │ ├── azure-ddns-python/ # Dynamic DNS updater
├── minecraft/ # Game servers │ ├── bentopdf/ # PDF conversion
├── gitea/ # Git service │ ├── comfyui/ # Stable Diffusion workflow UI
├── jenkins/ # CI/CD automation │ ├── databasus/ # Database management
├── n8n/ # Workflow automation │ ├── excalidraw/ # Whiteboard / diagramming
├── react-resume/ # Resume builder application │ ├── gitea/ # Git service
├── passbolt/ # Password manager │ ├── gotify/ # Push notification server
├── wikijs/ # Documentation wiki │ ├── immich/ # Photo and video management
├── zipline/ # File sharing │ ├── infisical/ # Secrets management
├── gotify/ # Push notification server │ ├── it-tools/ # IT utilities
├── ntfy/ # Push notifications │ ├── jellyfin/ # Media server
├── bentopdf/ # PDF conversion ├── jenkins/ # CI/CD automation
├── excalidraw/ # Whiteboard / diagramming │ ├── minecraft/ # Game servers
├── searxng/ # Privacy-respecting search engine │ ├── minio-aistor/ # S3-compatible object storage
├── uptime-kuma/ # Uptime monitoring │ ├── n8n/ # Workflow automation
├── openwebui/ # Web UI for AI models │ ├── netbootxyz/ # Network boot service
├── ollama/ # Local LLM runner │ ├── ntfy/ # Push notifications
├── comfyui/ # Stable Diffusion workflow UI │ ├── ollama/ # Local LLM runner
├── minio-aistor/ # S3-compatible object storage │ ├── openwebui/ # Web UI for AI models
├── databasus/ # Database management │ ├── outline/ # Knowledge base / wiki
├── netbootxyz/ # Network boot service │ ├── passbolt/ # Password manager
├── technitium/ # DNS server │ ├── pelican/ # Game server management panel
├── azure-ddns-python/ # Dynamic DNS updater │ ├── proxmox/ # Virtualization platform
├── victoria-metrics/ # Metrics and monitoring │ ├── react-resume/ # Resume builder application
├── affine/ # Self-hosted collaborative workspace │ ├── searxng/ # Privacy-respecting search engine
├── harbor/ # Container image registry │ ├── technitium/ # DNS server
├── pelican/ # Game server management panel │ ├── truenas/ # Storage system
├── stable-diffusion/ # Stable Diffusion image generation │ ├── unifi/ # Network controller
├── proxmox/ # Virtualization platform │ ├── uptime-kuma/ # Uptime monitoring
├── unifi/ # Network controller │ ├── victoria-metrics/ # Metrics and monitoring
├── truenas/ # Storage system │ ├── wikijs/ # Documentation wiki
└── deprecated/ # Deprecated applications │ └── zipline/ # File sharing
└── deprecated/ # Deprecated applications
``` ```
## Categories ## Categories

Some files were not shown because too many files have changed in this diff Show More