ABOUT
Baserow is an open-source no-code database platform for building databases, applications, automations, and AI agents without code.
infoFirst visit will prompt you to create an admin account.
warningBuilding from source requires significant resources and may take 10+ minutes.
infoUpdate BASEROW_PUBLIC_URL in /opt/baserow/.env if accessing from a different hostname.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally4 CPU8192 MB RAM15 GB disk
Config path/opt/baserow/.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/baserow.sh'; sha='6587b2c243146bcb47381fe130b4fde5bc66be26df7ddd579017e41abf6c2703'; 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/baserow.shSHA-256 6587b2c243146bcb47381fe130b4fde5bc66be26df7ddd579017e41abf6c2703 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.