Self-hosted NocoDB configs. Supports multiple websites at once.
Official docs: https://github.com/nocodb/nocodb
Log in to https://noco.sassafras.coop/.
Upgrade via ./update.sh
Tips:
- Env vars are at
nocodb/docker.env - Docker config is at
nocodb/docker-compose.yml - The usual docker commands work e.g.
docker compose up -dto automatically reload containers whose config changed
The ~2025 server was originally set up using their production auto-upstall command bash <(curl -sSL http://install.nocodb.com/noco.sh) <(mktemp) with the following modifications:
- Removed
traefikconfigs from docker-compose.yml and added "ports:" section to basenocodbservice instead (because we use our own nginx instead of their traefik)