Files
ProxmoxVED/json/teable.json
CanbiZ (MickLesk) 17b027da9b feat(teable): add Teable no-code database LXC script
- NestJS backend serves both API and Next.js frontend on port 3000
- PostgreSQL 16 with Prisma ORM for database management
- pnpm monorepo build with NODE_OPTIONS=8192MB heap
- Symlink /app -> /opt/teable for upstream compatibility
- 4 CPU / 10GB RAM / 25GB disk (heavy build process)
2026-03-25 14:56:16 +01:00

45 lines
1.2 KiB
JSON

{
"name": "Teable",
"slug": "teable",
"categories": [
8
],
"date_created": "2026-03-25",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3000,
"documentation": "https://help.teable.io/",
"website": "https://teable.io/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/teable.webp",
"config_path": "/opt/teable/.env",
"description": "Teable is a super-fast, open-source no-code database built on PostgreSQL with a spreadsheet-like interface for building applications.",
"install_methods": [
{
"type": "default",
"script": "ct/teable.sh",
"resources": {
"cpu": 4,
"ram": 10240,
"hdd": 25,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Minimum 10GB RAM recommended. The build process is very resource-intensive.",
"type": "warning"
},
{
"text": "Configuration is stored in `/opt/teable/.env`.",
"type": "info"
}
]
}