ABOUT
Koffan is a lightweight web application for managing shopping lists, designed for couples and families. It allows real-time synchronization between multiple devices, so everyone knows what to buy and what's already in the cart.
The app works in any browser on both mobile and desktop. Just one password to log in - no complicated registration required.
infoCredentials are saved to `~/koffan.creds`.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU1024 MB RAM4 GB disk
Config path/opt/koffan/data/.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/koffan.sh'; sha='4c1aa9bc9ac4afeff5cf93af8155146ce5ab928a63ff70430db3a9d1e1b708b4'; 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/koffan.shSHA-256 4c1aa9bc9ac4afeff5cf93af8155146ce5ab928a63ff70430db3a9d1e1b708b4 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.