generic web-service to expose baserow data via common autocomplete formats
- clone the repo
- install python-packes (
pip install -r requirements.txt), ideally in some virtual env - provide your baserow credentials via environment variables (see e.g.
dev.env) - start the server (see
startserver.sh)
modify ./app/config.py to your needs
docker build -t baserow-ac .docker run -d --rm --name baserow-ac -p 8020:8020 --env-file secret.env baserow-ac