การเข้าใช้งานพอร์ทัล
- เปิดเบราว์เซอร์แล้วไปที่:
http://<server-ip> - ทำตามขั้นตอนการตั้งค่าในวิซาร์ด
- To enable HTTPS:
http://<server-ip>/controlpanel/https
Key Directories
Inside /app/onlyoffice/:
CommunityServer/– web portalControlPanel/– admin panelDocumentServer/– docs serviceMailServer/– mail configselasticsearch/– indexes & configsmysql/– database storagesetup/– setup files
Docker Containers:
- CommunityServer: onlyoffice/communityserver
- ControlPanel: onlyoffice/controlpane
- DocumentServer: onlyoffice/documentserver
- Elasticsearch: onlyoffice/elasticsearch
- MySQL: onlyoffice/mysql
Notes & Tips
- พอร์ตเริ่มต้นของ HTTP/HTTPS:
80(HTTP) &443(HTTPS) - ฐานข้อมูลเริ่มต้นคือ MySQL (
3306), จัดการภายใน container - Elasticsearch is internal (
9200). - ตรวจสอบให้แน่ใจว่าอนุญาตการเชื่อมต่อ SMTP สำหรับเซิร์ฟเวอร์นี้ (ขอเปิดใช้งานการเข้าถึง SMTP)
- หากต้องการตรวจสอบว่า JWT เปิดใช้งานอยู่หรือไม่ และ secret คืออะไร ให้รันคำสั่งนี้:
dockerexeconlyoffice-document-server sudo documentserver-jwt-status.sh