readytouse
This commit is contained in:
parent
91063c1a0c
commit
9281354f2e
16 changed files with 690 additions and 0 deletions
20
immich-ansible/roles/nginx/README.md
Normal file
20
immich-ansible/roles/nginx/README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Rôle Nginx Immich
|
||||
|
||||
Ce rôle configure Nginx comme reverse proxy HTTPS pour Immich.
|
||||
|
||||
Variables obligatoires :
|
||||
|
||||
```yaml
|
||||
immich_domain: "immich.esfs.fr"
|
||||
immich_host_http_port: "32283"
|
||||
letsencrypt_email: "admin@esfs.fr"
|
||||
```
|
||||
|
||||
Variable optionnelle :
|
||||
|
||||
```yaml
|
||||
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`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue