From 9fadb5bbf81ecc8a31de538f8f430ca6fccf9e75 Mon Sep 17 00:00:00 2001 From: Fedor Date: Mon, 30 Mar 2026 16:34:20 +0300 Subject: [PATCH] =?UTF-8?q?Docs:=20Activepieces=20=D0=B2=D1=8B=D0=BD=D0=B5?= =?UTF-8?q?=D1=81=D0=B5=D0=BD=20=D0=B2=20=D0=BE=D1=82=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D1=8B=D0=B9=20Gitea-=D1=80=D0=B5=D0=BF=D0=BE=D0=B7?= =?UTF-8?q?=D0=B8=D1=82=D0=BE=D1=80=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ ACTIVEPIECES.md | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 ACTIVEPIECES.md diff --git a/.gitignore b/.gitignore index 8fd352a1..6dfa081c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # CRM specific cache/ +# Activepieces — отдельный репозиторий на Gitea (см. ACTIVEPIECES.md) +activepieces/ logs/ upload/ tmp/ diff --git a/ACTIVEPIECES.md b/ACTIVEPIECES.md new file mode 100644 index 00000000..75ead950 --- /dev/null +++ b/ACTIVEPIECES.md @@ -0,0 +1,9 @@ +# Activepieces (self-host, MCP) + +Код и `docker-compose` вынесены в отдельный репозиторий, чтобы не раздувать историю CRM. + +- **Gitea:** https://gitea.clientright.ru/negodiy/activepieces +- **Клонирование:** `git clone https://gitea.clientright.ru/negodiy/activepieces.git` +- **UI на этом сервере:** после `docker compose up` — `http://127.0.0.1:18080` (порт **18080**, т.к. **8080** занят Apache) + +Секреты: в каталоге `activepieces` после `tools/deploy.sh` появляется `.env` — его не коммитить.