ABOUT
TREK is a self-hosted, real-time collaborative travel planner with interactive maps, budgets, packing lists, weather forecasts, PWA support, and multi-user collaboration via WebSocket.
infoENCRYPTION_KEY is auto-generated during setup. See `/opt/trek/server/.env`.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM8 GB disk
Config path/opt/trek/server/.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/trek.sh'; sha='dc23d8e6a797d2beb722ed378cf1d800b98b8820df64887d7ed66b774dafbcaa'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.