Galleria
Application Docker from paloooz's Repository
Vue d'ensemble
Galleria is a modern, self-hosted photography portfolio platform built with React, TypeScript, and Express. Features include image optimization, album management, analytics, Google OAuth authentication, AI title generation (optional), MFA/Passkey support, and a beautiful responsive UI. Perfect for photographers who want full control over their portfolio without monthly fees.
Exigences
Before first run, you must configure:
1. Frontend Domain - The URL where users will access your site (e.g.,
https://photos.yourdomain.com)
2. Backend Domain - The API URL (e.g., https://api.yourdomain.com)
3. Data Directory - Persistent storage for photos, database, and config
For local/testing: Use http://:3000 and http://:3001
For production: Set up reverse proxy (Nginx Proxy Manager recommended) with SSL
NVIDIA GPU Hardware Encoding (Optional):
For faster video transcoding with NVIDIA GPUs, manually add these to your container:
1. Edit the container and click "Advanced View" in the top right
2. In "Extra Parameters" add: --runtime=nvidia
3. Add two new variables (Config Type: Variable):
- NVIDIA_DRIVER_CAPABILITIES = all
- NVIDIA_VISIBLE_DEVICES = (your GPU UUID or "all")
To find your GPU UUID, run in Unraid terminal: nvidia-smi -L
Arguments d'exécution
- Interface utilisateur Web
http://[IP]:[PORT:3000]- Réseau
bridge- Coquille
sh- Privilégié
- false
Configuration du modèle
WebUI PortPorttcp
Frontend web interface port
- Cible
- 3000
- Valeur
- 3000
API PortPorttcp
Backend API port
- Cible
- 3001
- Valeur
- 3001
Data DirectoryPathrw
Directory for photos, database, and configuration files
- Cible
- /app/data
- Valeur
- /mnt/user/appdata/galleria
Frontend DomainVariable
The URL where users access your site. Leave blank for local IP access. For production with reverse proxy use https://photos.yourdomain.com
- Cible
- FRONTEND_DOMAIN
Backend DomainVariable
The API URL. Leave blank for local IP access. For production with reverse proxy use https://api.yourdomain.com
- Cible
- BACKEND_DOMAIN
Catégories
Télécharger les statistiques
6,122
Total des téléchargements
Détails
Référentiel
tedcharles/galleria:latestDernière mise à jour2026-04-30
Première vue2025-12-03
Exécutez Galleria sur Unraid.
Galleria est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.