Access
- เปิดเบราว์เซอร์แล้วไปที่:
https://<server-ip> - ยืนยันคำเตือน SSL (self-signed certificate)
- สมัครสมาชิก สร้างบัญชีผู้ใช้ และเข้าสู่ระบบเพื่อเริ่มใช้งาน Teable
- ผู้ใช้คนแรกที่คุณสร้างจะได้รับสิทธิ์แอดมินโดยอัตโนมัติ
- หากต้องการควบคุมการสมัครสมาชิก ไปที่:
http://<server_ip>:3000/admin/setting→ "Enable/Disable Allow creating new accounts"
Service Components
- Teable App → Port 3000 (พร็อกซีผ่าน HTTPS)
- PostgreSQL → Port 42345 (ภายใน 5432)
- Redis Cache → Port 6379 (ป้องกันด้วยรหัสผ่าน)
- MinIO Storage → Ports 9000 (API) / 9001 (Console)
ไฟล์และไดเรกทอรีสำคัญ
/root/teable/→ การตั้งค่าหลักและ Docker Compose/root/teable/.env→ Environment variables และ credentials/root/teable/docker-compose.yaml→ Service definitions/etc/nginx/sites-available/teable.conf→ Nginx config/etc/nginx/sites-enabled/teable.conf→ Enabled site/etc/nginx/ssl/fullchain.crt→ SSL certificate/etc/nginx/ssl/privkey.key→ SSL key/var/lib/docker/volumes/→ ข้อมูล PostgreSQL, Redis, MinIO (teable-db,teable-cache,teable-storage)
Management Commands
docker ps # View running containers
cd /root/teable && docker compose logs -f # Follow logs in real-time
cd /root/teable && docker compose restart # Restart Teable services
systemctl restart nginx # Restart Nginx