ABOUT
Anytype is a local-first, privacy-focused alternative to Notion. This script deploys the any-sync-bundle which provides a self-hosted sync server for Anytype clients with external MongoDB and Redis Stack.
infoAfter installation, import /opt/anytype/data/client-config.yml into your Anytype apps.
warningThis uses the community any-sync-bundle by grishy, not the official Anytype deployment.
infoFirewall: Open TCP 33010 (DRPC) and UDP 33020 (QUIC) for external access.
INSTALL
Approved local installer
DefaultUbuntu 24.04
Approved locally2 CPU4096 MB RAM16 GB disk
Config path/opt/anytype/.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/anytype-server.sh'; sha='1dbab237bcad05490075019f29fb7f87bd04e63bd7992467637e8c6666fae44b'; 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/anytype-server.shSHA-256 1dbab237bcad05490075019f29fb7f87bd04e63bd7992467637e8c6666fae44b LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.