The feature list was missing the recently added link editing, AI
re-description, sorting, and added-date display. Also document
APP_VERSION, which controls the version shown in the footer.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Drop the Authorization header/GIT_TOKEN requirement from the default
examples since the repo is no longer private; keep it documented as
a fallback for if the repo is made private again.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Make explicit that the plain "bash scripts/proxmox/update-linkvault.sh"
form only works if the repo was cloned onto the Proxmox host itself and
you're running it from within that checkout — this was the cause of a
"No such file or directory" error when tried directly.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The example was missing "export GIT_TOKEN=...", causing an empty
Authorization header when copy-pasted as-is.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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>
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>
Add usage instructions, raw-link one-liner, config table, and
post-install steps for the helper script.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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>