Compare commits

..

5 Commits

Author SHA1 Message Date
CanbiZ (MickLesk)
2bbdf47d90 Update zerobyte-install.sh 2026-02-25 15:27:28 +01:00
CanbiZ (MickLesk)
ebdbfbdb87 Update date_created from 2026-02-18 to 2026-02-25 2026-02-25 15:26:44 +01:00
CanbiZ (MickLesk)
356994ff12 Update note to include FUSE pre-configuration detail 2026-02-25 15:26:29 +01:00
CanbiZ (MickLesk)
6c3e6c43e7 Refactor zerobyte.sh to streamline Node.js setup
Removed redundant NODE_VERSION setup for Node.js during the build process.
2026-02-25 15:25:45 +01:00
push-app-to-main[bot]
fb5c8623a2 Add zerobyte (ct) 2026-02-25 14:18:50 +00:00
2 changed files with 1 additions and 5 deletions

View File

@@ -409,10 +409,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
## 2026-02-25
### 🆕 New Scripts
- Zerobyte ([#12321](https://github.com/community-scripts/ProxmoxVE/pull/12321))
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes

View File

@@ -164,7 +164,7 @@ server {
location / {
proxy_pass http://127.0.0.1:8000;
proxy_set_header Host $http_host;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_redirect off;