ABOUT
Anchor is an offline-first, self-hosted note-taking application with rich text editing, real-time sync across devices, note sharing, tags, attachments, OIDC authentication, and admin panel.
infoThe first user to register becomes the admin.
infoOIDC can be configured via environment variables in `/opt/anchor/.env` or the admin panel.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM10 GB disk
Config path/opt/anchor/.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/anchor.sh'; sha='9bd0288b91308307ca41af5c4140c588f76b9617b440b6a6e7afcb94f1f1c226'; 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/anchor.shSHA-256 9bd0288b91308307ca41af5c4140c588f76b9617b440b6a6e7afcb94f1f1c226 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.