Commit Graph

5 Commits

Author SHA1 Message Date
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
Erik Thiele
468f9872c1 Fix Proxmox script: detect debian-12 template dynamically
The hardcoded template version (12.7-1) no longer exists on the
mirror, causing "no such template" errors. Resolve the latest
available debian-12-standard template instead of pinning a version.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-19 19:34:08 +02:00
Erik Thiele
a7c5866a24 Support private repo access via Gitea token in Proxmox script
The repo is private, so unauthenticated curl/git clone returns 404.
Add GIT_TOKEN support for both the raw-file download and the git
clone inside the container, and document it in the README.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-19 19:29:42 +02:00
Erik Thiele
fc9033d89a Add Proxmox LXC helper-script for automated installation
Creates a Debian 12 LXC container and sets up LinkVault as a systemd
service inside it, following the tteck/community-scripts pattern.

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