APITable Docker#

APITable是面向API的,可支持嵌入的可视化数据库,可替代Airtable

Docker#

使用 docker compose 安装 apitable,请打开您的终端并运行:

curl https://apitable.github.io/install.sh | bash

http://localhost:80/

# 基于 pm2 的完整镜像,用于演示或测试目的(不推荐用于企业或生产用途):
sudo docker run -d -v ${PWD}/.data:/apitable -p 80:80 --name apitable apitable/all-in-one:latest

Tips#

注:社区版在功能上有较多限制

Runtime Environment#

Screenshots#

https://github.com/apitable/apitable/raw/develop/docs/readme/zh-CN/docs/static/screenshot-realtime.png

https://github.com/apitable/apitable/raw/develop/docs/readme/zh-CN/docs/static/screenshot-automation.png

References#