ABOUT
Gramps Web is a collaborative genealogy platform for browsing, editing and sharing family trees through a modern web interface.
infoOn first access, create the owner account via the built-in onboarding wizard.
warningThe initial deployment compiles the frontend and can take several minutes.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU4096 MB RAM20 GB disk
Config path/opt/gramps-web/config/config.cfg
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/gramps-web.sh'; sha='32f31ac445de5e7320afe715284804035c7fdb3a45db675a621ab1c391c2c19e'; 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/gramps-web.shSHA-256 32f31ac445de5e7320afe715284804035c7fdb3a45db675a621ab1c391c2c19e LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.