[GH-ISSUE #7737] Caddy: running xcaddy downloads newer version of Go in local folder and runs out of diskspace #1634

Closed
opened 2026-02-26 12:49:42 +03:00 by kerem · 1 comment
Owner

Originally created by @70MM13 on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/7737

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Caddy

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/caddy.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

pve-manager/8.3.3/f157a38b211595d6 (running kernel: 6.8.12-8-pve)

📝 Provide a clear and concise description of the issue.

after an update running xcaddy, it apparently needs a newer version of Go. this is downloaded in the local ./go/ directory but this eventually runs out of diskspace.

I could solved it by:

  • remove /usr/local/go
  • download new version of Go (as of writing xcaddy needs >= 1.25)
  • extract archive in /usr/local/go

would be nice if the "update" script handles this.

🔄 Steps to reproduce the issue.

#update
#apt install xcaddy
#xcaddy build --with github.com/caddy-dns/transip

Paste the full error output (if available).

out of diskspace

🖼️ Additional context (optional).

No response

Originally created by @70MM13 on GitHub (Sep 19, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/7737 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Caddy ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/caddy.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? pve-manager/8.3.3/f157a38b211595d6 (running kernel: 6.8.12-8-pve) ### 📝 Provide a clear and concise description of the issue. after an update running xcaddy, it apparently needs a newer version of Go. this is downloaded in the local ./go/ directory but this eventually runs out of diskspace. I could solved it by: - remove /usr/local/go - download new version of Go (as of writing xcaddy needs >= 1.25) - extract archive in /usr/local/go would be nice if the "update" script handles this. ### 🔄 Steps to reproduce the issue. ``` #update #apt install xcaddy #xcaddy build --with github.com/caddy-dns/transip ``` ### ❌ Paste the full error output (if available). out of diskspace ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:49:42 +03:00
Author
Owner

@MickLesk commented on GitHub (Sep 19, 2025):

why not just upgrade the storage?

<!-- gh-comment-id:3311544623 --> @MickLesk commented on GitHub (Sep 19, 2025): why not just upgrade the storage?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#1634
No description provided.