五折优惠 所有套餐限时优惠,起价 $2.48/mo
Automatisch

Automatisch

Automatisch 是 Zapier 的开源替代方案。自托管工作流自动化,无供应商锁定,数据完全自主掌控。采用 AGPL 授权,提供可视化流程构建器,并内置 50 余个集成,包括 Slack、Twilio、GitHub 和 Webhook。专为受监管行业的团队设计。

版本

最新

操作系统

Ubuntu Server 24.04 LTS

最小 RAM

1 GB

IP 类型

IPV4,IPV6

访问应用

打开浏览器,访问: http://<SERVER_IP>

首次启动可能需要几分钟。此期间出现 Nginx 502 属正常现象。

默认登录凭据:

请记得在设置页面修改你的邮箱和密码。

重要路径

  • 安装目录: /opt/automatisch
  • 项目目录: /opt/automatisch
  • Docker Compose 文件: /opt/automatisch/docker-compose.yml
  • 应用存储(卷): /var/lib/docker/volumes/automatisch_automatisch_storage/_data
  • PostgreSQL 数据(卷): /var/lib/docker/volumes/automatisch_postgres_data/_data
  • Redis 数据(卷): /var/lib/docker/volumes/automatisch_redis_data/_data
  • NGINX 配置: /etc/nginx/sites-available/automatisch
  • NGINX 已启用的站点: /etc/nginx/sites-enabled/automatisch

常用命令

导航到项目:

cd /opt/automatisch

查看日志

docker compose logs -f

重启服务:

docker compose restart

停止 / 启动:

docker compose down
docker compose up -d

检查容器

docker ps

服务

  • 主服务:Automatisch Web 应用,对外暴露端口 3000
  • Worker:后台任务处理器,仅内部访问
  • PostgreSQL:数据库服务,仅内部访问(默认端口 5432)
  • Redis:队列与缓存服务,仅内部访问(默认端口 6379)

通过域名启用 SSL

1. 将你的域名指向服务器 IP。

2. 编辑 Nginx 配置,替换以下两处 server_name _; 使用您的域名(<your-domain>):

vim /etc/nginx/sites-available/automatisch

3. 安装 Certbot:

apt install -y certbot python3-certbot-nginx

4. 运行以下命令,生成有效的 Let's Encrypt 证书:

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

5. 重启 Nginx 以应用更改:

systemctl restart nginx

6. 打开浏览器,访问: https://yourdomain.com

自动化中的更多内容

相关应用

立即部署 Automatisch。 从 $2.48/月 起