Caddy: running xcaddy downloads newer version of Go in local folder and runs out of diskspace #1634

Closed
opened 2026-02-05 01:50:02 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @70MM13 on GitHub (Sep 19, 2025).

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). ### ✅ 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_
OVERLORD added the bugenhancement labels 2026-02-05 01:50:02 +03:00
Author
Owner

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

why not just upgrade the storage?

@MickLesk commented on GitHub (Sep 19, 2025): why not just upgrade the storage?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1634