ABOUT
Koillection is a self-hosted collection manager created to keep track of physical (mostly) collections of any kind like books, DVDs, stamps, games... Koillection is meant to be used for any kind of collections and doesn't come with pre-built metadata download. But you can tailor your own HTML scraper, or you can add your own metadata freely.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU1024 MB RAM8 GB disk
Config pathct/koillection.sh
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/koillection.sh'; sha='9f0aca6e39e3e6bd2329cfa56f1ab42d4cbe119cbce2d44f9d993fb0480eb825'; 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/koillection.shSHA-256 9f0aca6e39e3e6bd2329cfa56f1ab42d4cbe119cbce2d44f9d993fb0480eb825 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.