Galleria
Aplicación Docker from paloooz's Repository
Visión general
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.
Requisitos
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
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:3000]- Red
bridge- Concha
sh- Privilegiado
- false
Configuración de plantillas
WebUI PortPorttcp
Frontend web interface port
- Objetivo
- 3000
- Valor
- 3000
API PortPorttcp
Backend API port
- Objetivo
- 3001
- Valor
- 3001
Data DirectoryPathrw
Directory for photos, database, and configuration files
- Objetivo
- /app/data
- Valor
- /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
- Objetivo
- FRONTEND_DOMAIN
Backend DomainVariable
The API URL. Leave blank for local IP access. For production with reverse proxy use https://api.yourdomain.com
- Objetivo
- BACKEND_DOMAIN
Categorías
Descargar estadísticas
6,122
Descargas totales
Detalles
Repositorio
tedcharles/galleria:latestÚltima actualización2026-04-30
Visto por primera vez2025-12-03
Ejecute Galleria en Unraid.
Galleria se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.