diff --git a/ct/plane.sh b/ct/plane.sh index 601bb04a..556805e5 100644 --- a/ct/plane.sh +++ b/ct/plane.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: onionrings29 # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE diff --git a/install/plane-install.sh b/install/plane-install.sh index db8ce6c2..7c395216 100644 --- a/install/plane-install.sh +++ b/install/plane-install.sh @@ -334,6 +334,13 @@ server { proxy_set_header X-Forwarded-Proto $scheme; } + location = /uploads { + proxy_pass http://plane-minio; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + } + location /uploads/ { proxy_pass http://plane-minio; proxy_set_header Host $host;