From d0f3d47d8a04d547afe32853229ba2c5d38dac79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <78488229+viktor138irk@users.noreply.github.com> Date: Fri, 8 May 2026 15:24:21 +0900 Subject: [PATCH] Fix FastPanel safe mode variable name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4306d9..d17329a 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ FRONTEND_DEPLOY_RELEASES_PATH=/opt/raspi-chat/releases FRONTEND_DEPLOY_ADMIN_WEBROOT=/var/www/example_user/data/www/admin.example.ru FRONTEND_DEPLOY_WIDGET_WEBROOT=/var/www/example_user/data/www/widget.example.ru FRONTEND_DEPLOY_WEBHOOK_SECRET= -FRONTPANEL_SAFE_MODE=true +FASTPANEL_SAFE_MODE=true ``` MVP implementation should run the deployment agent directly on the VPS. The deploy agent must have permissions only for the project source, release directory, and specific FastPanel web roots.