myimmich/immich-ansible/roles/nginx
2026-06-05 14:53:29 +02:00
..
defaults readytouse 2026-06-05 14:53:29 +02:00
handlers readytouse 2026-06-05 14:53:29 +02:00
tasks readytouse 2026-06-05 14:53:29 +02:00
templates readytouse 2026-06-05 14:53:29 +02:00
README.md readytouse 2026-06-05 14:53:29 +02:00

Rôle Nginx Immich

Ce rôle configure Nginx comme reverse proxy HTTPS pour Immich.

Variables obligatoires :

immich_domain: "immich.esfs.fr"
immich_host_http_port: "32283"
letsencrypt_email: "admin@esfs.fr"

Variable optionnelle :

immich_nginx_client_max_body_size: "10G"
immich_nginx_site_filename: "immich.esfs.fr.conf"

Le rôle obtient automatiquement un certificat Let's Encrypt avec certbot --nginx.