3 Commits

Author SHA1 Message Date
Erik Thiele
517652708a Upgrade pip in the update script before installing requirements
Matches what install-linkvault.sh already does on first setup.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-31 09:56:24 +02:00
Erik Thiele
cc10776734 Fix 'dubious ownership' error in update script
pct exec runs as root while /opt/linkvault is owned by the linkvault
user, so newer git versions refuse to operate on it. Mark the
directory as safe before running git pull.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-19 20:45:20 +02:00
Erik Thiele
0d2e33f899 Add update script for Proxmox LXC containers
Adds scripts/proxmox/update-linkvault.sh to pull the latest git
changes, refresh dependencies, and restart the systemd service on an
existing container. Documents usage in the README.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-19 20:33:14 +02:00