Skip to main content
ลด 50% ทุกแพลน เวลาจำกัด เริ่มต้นที่ $2.48/mo
Activepieces

Activepieces

Activepieces คือแพลตฟอร์ม workflow automation แบบโอเพนซอร์ส เป็นทางเลือก self-hosted แทน Zapier และ Make มีตัวเชื่อมต่อสำเร็จรูปมากกว่า 200 รายการสำหรับการผสานรวมแบบ no-code ครอบคลุม CRM, อีเมล, AI และฐานข้อมูล ใช้สัญญาอนุญาต AGPL พร้อม visual builder และเจ้าของข้อมูลครบถ้วน เหมาะสำหรับทีมที่ไม่สามารถส่งข้อมูลลูกค้าไปยัง SaaS

เวอร์ชัน

ล่าสุด

ระบบปฏิบัติการ

Ubuntu Server 24.04 LTS

ขั้นต่ำของ RAM

2 GB

ประเภท IP

IPV4,IPV6

การเข้าถึง Activepieces Instance ของคุณ

  • HTTPS (แนะนำ): https://<Server_IP>
  • พอร์ตภายในโดยตรง (ข้าม Nginx): http://<Server_IP>:8080
  • หากปรากฏคำเตือนเกี่ยวกับใบรับรองที่ลงนามเอง ให้ยืนยันเพื่อดำเนินการต่อ

การเข้าสู่ระบบครั้งแรกและการสร้างผู้ดูแลระบบ

  • เยี่ยมชม https://IP.
  • คลิก Create Account
  • ผู้ใช้คนแรกที่สร้างจะได้รับสิทธิ์เป็นผู้ดูแลระบบโดยอัตโนมัติ

ไฟล์และไดเรกทอรีที่สำคัญ

  • ไดเรกทอรีติดตั้ง: /root/activepieces
  • Environment variables ที่สร้างโดย installer: /root/activepieces/.env
  • การกำหนดค่า Docker Compose: /root/activepieces/docker-compose.yml
  • ใบรับรอง SSL และคีย์ส่วนตัวในเครื่อง: /etc/nginx/ssl/fullchain.crt & /etc/nginx/ssl/privkey.key
  • การตั้งค่า Nginx reverse proxy: /etc/nginx/sites-available/activepieces.conf
  • Nginx activation symlink: Nginx symlink การเปิดใช้งาน: /etc/nginx/sites-enabled/activepieces.conf

อัปเกรด Activepieces

เนื่องจาก Activepieces ทำงานผ่าน Docker Compose การอัปเกรดจึงทำได้ง่าย

ไปที่ไดเรกทอรีที่ติดตั้งไว้:

cd /root/activepieces

รันตัวอัปเดตอย่างเป็นทางการ:

sh tools/update.sh

เปิดใช้งาน SSL กับโดเมน

1. ชี้โดเมนของคุณไปยัง IP ของ server

2. แก้ไข config ของ Nginx และเปลี่ยนทั้งคู่ server_name <IP>; กับโดเมนของคุณ (<your-domain>) สำหรับทั้ง HTTP (port 80) และ HTTPS (port 443) blocks:

vim /etc/nginx/sites-available/activepieces.conf

3. ติดตั้ง Certbot:

apt install -y certbot python3-certbot-nginx

4. รันคำสั่งต่อไปนี้เพื่อสร้างใบรับรอง Lets Encrypt ที่ใช้งานได้:

certbot certonly --nginx --non-interactive --agree-tos --email [email protected] -d yourdomain.com

5. แทนที่ SSL paths ใน Nginx config:

vim /etc/apache2/sites-available/activepieces.conf
# Before:
    # ssl_certificate /etc/letsencrypt/live/yourdomain.com/fullchain.pem;
    # ssl_certificate_key /etc/letsencrypt/live/yourdomain.com/privkey.pem;
# After:
    # ssl_certificate /etc/letsencrypt/live/yourdomain.com/fullchain.pem;
    # ssl_certificate_key /etc/letsencrypt/live/yourdomain.com/privkey.pem;

6. รีสตาร์ท Nginx เพื่อใช้การเปลี่ยนแปลง:

systemctl restart nginx

7. เปิด browser และไปที่: https://yourdomain.com

เพิ่มเติมในระบบอัตโนมัติ

แอปที่เกี่ยวข้อง

ติดตั้ง Activepieces เดี๋ยวนี้ เริ่มต้น $2.48/เดือน