ABOUT
Wishlist is a self-hosted wishlist application that you can share with your friends and family. You no longer have to wonder what to get your family for the holidays, simply check their wishlist and claim any available item!
infoWhen using a reverse proxy with this script, please edit the`ORIGIN` value in `/opt/wishlist/.env` to point to your new URL, otherwise creating an admin account or logging in will not work.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM5 GB disk
Config path/opt/wishlist/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/wishlist.sh'; sha='c4e7c036c07ac103a1c6b775fcf7fe6f3441a9191e2d0a170aacdb0c794195ee'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/wishlist.shSHA-256 c4e7c036c07ac103a1c6b775fcf7fe6f3441a9191e2d0a170aacdb0c794195ee LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.