diff --git a/apps/zipline/config.json b/apps/zipline/config.json index f061ec6f..11959919 100644 --- a/apps/zipline/config.json +++ b/apps/zipline/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "zipline", - "tipi_version": 1, - "version": "3.6.4", + "tipi_version": 2, + "version": "3.7.0", "categories": ["media"], "description": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ", "short_desc": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ", diff --git a/apps/zipline/docker-compose.yml b/apps/zipline/docker-compose.yml index b3f43ba2..06818606 100644 --- a/apps/zipline/docker-compose.yml +++ b/apps/zipline/docker-compose.yml @@ -3,7 +3,7 @@ version: '3.7' services: zipline: container_name: zipline - image: ghcr.io/diced/zipline:3.6.4 + image: ghcr.io/diced/zipline:3.7.0 ports: - '${APP_PORT}:3000' restart: unless-stopped @@ -26,6 +26,12 @@ services: traefik.http.routers.zipline.service: zipline traefik.http.routers.zipline.tls.certresolver: myresolver traefik.http.services.zipline.loadbalancer.server.port: 3000 + traefik.http.middlewares.zipline_service_headers.headers.customrequestheaders.X-Real-IP: $remote_addr + traefik.http.middlewares.zipline_service_headers.headers.customrequestheaders.X-Forwarded-For: $proxy_add_x_forwarded_for + traefik.http.middlewares.zipline_service_headers.headers.customrequestheaders.X-Forwarded-Proto: $scheme + traefik.http.middlewares.zipline_service_buffering.buffering.maxRequestBodyBytes: 100000000 + traefik.http.middlewares.zipline_service_buffering.buffering.maxResponseBodyBytes: 100000000 + traefik.http.routers.zipline.middlewares: zipline_service_buffering,zipline_service_headers networks: - tipi_main_network