Step-by-step Self Hosting Guides - From Zero to Production Appflowy
Link:https://appflowy.com/docs/Local-Host-Deployment
https://appflowy.com/docs/Step-by-step-Self-Hosting-Guide---From-Zero-to-Production
EM 23/08/2026
In this guide, we will deploy AppFlowy Cloud entirely on local machine. This deployment will not be accessible outside of the machine, and no collaboration is possible. However, it does allow a self hoster to quickly explore the editing functions offered by AppFlowy.
Local Host Deployment
https://youtu.be/V222xugM7oY?si=RIr-rPjkj73Ue0-Q
Prerequisite
Setting up the web services
git clone https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
cp deploy.env .env
NGINX_PORT=80
NGINX_TLS_PORT=443
docker compose up -d
docker compose ps
