Access
- Mở trình duyệt và truy cập:
https://<server-ip> - Chấp nhận cảnh báo SSL (chứng chỉ tự ký).
- Đăng ký, tạo tài khoản người dùng và đăng nhập để bắt đầu sử dụng Teable.
- Người dùng đầu tiên bạn tạo sẽ tự động trở thành quản trị viên.
- Để kiểm soát đăng ký, vào:
http://<server_ip>:3000/admin/setting→ “Enable/Disable Allow creating new accounts”
Service Components
- Teable App → Cổng 3000 (được proxy qua HTTPS)
- PostgreSQL → Port 42345 (internal 5432)
- Redis Cache → Cổng 6379 (được bảo mật bằng mật khẩu)
- MinIO Storage → Cổng 9000 (API) / 9001 (Console)
Các tệp và thư mục quan trọng
/root/teable/→ Thiết lập chính và Docker Compose/root/teable/.env→ Biến môi trường & thông tin xác thực/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 data (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