I have other applications that I would prefer to use 80/443. After changing the mapping of the ports in the docker compose file, the application runs, but I cannot add manifests/upload images -- it returns 403/57. If I map it back to 80:80, everything works fine. Is there something else I should be changing?
Creating manifest:
tiny-iiif-nginx | {IP} - tiny [20/Feb/2026:17:14:25 +0000] "POST /tiny/api/manifests HTTP/1.1" 403 57 "http://{IP}:1234/tiny/" "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0" "-"
Attempting to add an image:
tiny-iiif-nginx | 2026/02/20 17:15:37 [warn] 26#26: *1 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000002, client: {IP}, server: localhost, request: "POST /tiny/api/images HTTP/1.1", host: "{IP}:1234", referrer: "http://{IP}:1234/tiny/"
tiny-iiif-nginx | {IP} - tiny [20/Feb/2026:17:15:37 +0000] "POST /tiny/api/images HTTP/1.1" 403 57 "http://{IP}:1234/tiny/" "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0" "-"
tiny-iiif-nginx | 2026/02/20 17:15:37 [warn] 26#26: *1 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000003, client: {IP}, server: localhost, request: "POST /tiny/api/images HTTP/1.1", host: "{IP}:1234", referrer: "http://{IP}:1234/tiny/"
tiny-iiif-nginx | {IP} - tiny [20/Feb/2026:17:15:37 +0000] "POST /tiny/api/images HTTP/1.1" 403 57 "http://{IP}:1234/tiny/" "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0" "-"
tiny-iiif-nginx | 2026/02/20 17:15:37 [warn] 26#26: *1 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000004, client: {IP}, server: localhost, request: "POST /tiny/api/images HTTP/1.1", host: "{IP}:1234", referrer: "http://{IP}:1234/tiny/"
tiny-iiif-nginx | {IP} - tiny [20/Feb/2026:17:15:37 +0000] "POST /tiny/api/images HTTP/1.1" 403 57 "http://{IP}:1234/tiny/" "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0" "-"
tiny-iiif-nginx | 2026/02/20 17:15:38 [warn] 26#26: *1 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000005, client: {IP}, server: localhost, request: "POST /tiny/api/images HTTP/1.1", host: "{IP}:1234", referrer: "http://{IP}:1234/tiny/"
tiny-iiif-nginx | {IP} - tiny [20/Feb/2026:17:15:38 +0000] "POST /tiny/api/images HTTP/1.1" 403 57 "http://1{IP}:1234/tiny/" "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0" "-"
Thanks for creating this, installation and running was incredibly easy!
I have other applications that I would prefer to use 80/443. After changing the mapping of the ports in the docker compose file, the application runs, but I cannot add manifests/upload images -- it returns 403/57. If I map it back to 80:80, everything works fine. Is there something else I should be changing?
Creating manifest:
Attempting to add an image:
Thanks for creating this, installation and running was incredibly easy!