Access
- Otevřete prohlížeč a přejděte na:
https://<server-ip> - Potvrďte varování prohlížeče SSL (self-signed certifikát).
- Zaregistrujte se, vytvořte uživatelský účet a přihlaste se, abyste mohli začít používat Teable.
- První uživatel, kterého vytvoříte, se automaticky stane administrátorem.
- Pro správu registrací přejděte na:
http://<server_ip>:3000/admin/setting→ “Enable/Disable Allow creating new accounts”
Service Components
- Teable App → Port 3000 (proxied via HTTPS)
- PostgreSQL → Port 42345 (internal 5432)
- Redis Cache → Port 6379 (zabezpečeno heslem)
- MinIO Úložiště → Porty 9000 (API) / 9001 (Konzola)
Důležité soubory a adresáře
/root/teable/→ Hlavní nastavení a Docker Compose/root/teable/.env→ Proměnné prostředí a přihlašovací údaje/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