AppFlowy-Nginx

AppFlowy-Nginx

官方

Docker 应用程序 from vmalinics0's Repository

概述

Step 7/7 (deploy last): Nginx reverse proxy — the single entry point for all AppFlowy Cloud services. Routes HTTP/WebSocket traffic to AppFlowy-Cloud, AppFlowy-GoTrue, AppFlowy-Web, AppFlowy-Admin, and AppFlowy-MinIO. Part of the AppFlowy Cloud stack.

要求

Custom Docker network named "appflowy" must exist before deploying any container in this stack. Create it via SSH or the Unraid terminal: docker network create appflowy — Network Type is pre-set to "appflowy" by default, verify it is selected.

运行时参数

网络用户界面
http://[IP]:[PORT:80]/
网络
custom:appflowy
外壳
sh
特权
false

模板配置

nginx.confPathro

nginx configuration file. Use nginx.conf (HTTP only), nginx-https-custom.conf (user-provided TLS certs), or nginx-letsencrypt.conf (Let's Encrypt). All configs are in the template repository.

目标
/etc/nginx/nginx.conf
默认值
/mnt/user/appdata/AppFlowy-Nginx/nginx.conf
价值
/mnt/user/appdata/AppFlowy-Nginx/nginx.conf
SSL DirectoryPathro

Directory for user-provided TLS certificate and key (certificate.crt, private_key.key). Required for nginx-https-custom.conf. Create the directory even if empty.

目标
/etc/nginx/ssl
默认值
/mnt/user/appdata/AppFlowy-Nginx/ssl
价值
/mnt/user/appdata/AppFlowy-Nginx/ssl
Let's Encrypt certs (optional)Pathro

Directory where AppFlowy-Certbot stores Let's Encrypt certificates. Required only when using nginx-letsencrypt.conf.

目标
/etc/letsencrypt
默认值
/mnt/user/appdata/AppFlowy-Nginx/letsencrypt
价值
/mnt/user/appdata/AppFlowy-Nginx/letsencrypt
Certbot webroot (optional)Pathro

Webroot directory for Let's Encrypt HTTP-01 ACME challenge files. Required only when using nginx-letsencrypt.conf with AppFlowy-Certbot.

目标
/var/www/certbot
默认值
/mnt/user/appdata/AppFlowy-Nginx/certbot-webroot
价值
/mnt/user/appdata/AppFlowy-Nginx/certbot-webroot
HTTP PortPorttcp

HTTP port exposed to your Unraid host / LAN. This is the main AppFlowy access port.

目标
80
默认值
80
价值
80
HTTPS PortPorttcp

HTTPS port. Only needed if you configure TLS in nginx.conf.

目标
443
默认值
443
价值
443

详细信息

存储库
nginx:stable-alpine
最后更新2026-05-24
初见2026-05-26

在Unraid 上运行 AppFlowy-Nginx 。

AppFlowy-Nginx 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。