change the allowed origins to accept your IP (it will be visible to everyone)
'*' = all (potential security fail)
allowed_origins: [ '*' ]| #!/bin/bash | |
| # | |
| # Smart Immich Docker Updater | |
| # An intelligent update script for Immich | |
| # | |
| # This script checks the current version of your Immich installation, | |
| # compares it with the latest version available on GitHub, | |
| # and performs the update only if necessary. | |
| # | |
| # Usage: ./update-immich.sh [options] [path/to/docker-compose.yml] | 
| server { | |
| set $monitorId <YOUR_ID>; | |
| server_name status.<YOUR_DOMAIN>; | |
| listen 80; | |
| location / { | |
| proxy_set_header Host "stats.uptimerobot.com"; | |
| proxy_set_header Accept-Encoding ""; | |
| proxy_pass_request_headers on; |