Caddy not updateable - yet update command runs #867

Closed
opened 2026-02-04 21:58:01 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @di5cord20 on GitHub (Apr 28, 2025).

📌 Task summary

Remove update command if it's not updateable

📋 Task details

I blindly ran the update command for Caddy. It worked and updated to the latest version. My Caddy wasn't running and I realized I use xcaddy and had to rebuilt using that command. Later, I noticed that https://community-scripts.github.io/ProxmoxVE/scripts?id=caddy states that Caddy is not updateable. If that is true, why did the update command run?

Not sure if this impacts other scripts that are not updateable???

Originally created by @di5cord20 on GitHub (Apr 28, 2025). ### 📌 Task summary Remove update command if it's not updateable ### 📋 Task details I blindly ran the `update` command for Caddy. It worked and updated to the latest version. My Caddy wasn't running and I realized I use xcaddy and had to rebuilt using that command. Later, I noticed that https://community-scripts.github.io/ProxmoxVE/scripts?id=caddy states that Caddy is not updateable. If that is true, why did the `update` command run? Not sure if this impacts other scripts that are not updateable???
Author
Owner

@MickLesk commented on GitHub (Apr 28, 2025):

it updates only the caddy, not xcaddy - xcaddy is an "addon" and should be done manually

msg_info "Updating $APP LXC"
$STD apt-get update
$STD apt-get -y upgrade
msg_ok "Updated $APP LXC"

@MickLesk commented on GitHub (Apr 28, 2025): it updates only the caddy, not xcaddy - xcaddy is an "addon" and should be done manually msg_info "Updating $APP LXC" $STD apt-get update $STD apt-get -y upgrade msg_ok "Updated $APP LXC"
Author
Owner

@di5cord20 commented on GitHub (Apr 28, 2025):

the json for the frontend indicates that this script is not updateable, yet the update worked. I get that the update works for the default and not xcaddy addon. Perhaps a warning to users similar to the one that already exists for xcaddy would be helpful. Just a thought... I now know that I need to update manually. Thanks again for all the great scripts and support.

@di5cord20 commented on GitHub (Apr 28, 2025): the json for the frontend indicates that this script is not updateable, yet the update worked. I get that the update works for the default and not xcaddy addon. Perhaps a warning to users similar to the one that already exists for xcaddy would be helpful. Just a thought... I now know that I need to update manually. Thanks again for all the great scripts and support.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#867