AppFlowy-Nginx

AppFlowy-Nginx

Oficial

Aplicación Docker from vmalinics0's Repository

Visión general

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.

Requisitos

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.

Argumentos en tiempo de ejecución

Interfaz web
http://[IP]:[PORT:80]/
Red
custom:appflowy
Concha
sh
Privilegiado
false

Configuración de plantillas

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.

Objetivo
/etc/nginx/nginx.conf
Por defecto
/mnt/user/appdata/AppFlowy-Nginx/nginx.conf
Valor
/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.

Objetivo
/etc/nginx/ssl
Por defecto
/mnt/user/appdata/AppFlowy-Nginx/ssl
Valor
/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.

Objetivo
/etc/letsencrypt
Por defecto
/mnt/user/appdata/AppFlowy-Nginx/letsencrypt
Valor
/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.

Objetivo
/var/www/certbot
Por defecto
/mnt/user/appdata/AppFlowy-Nginx/certbot-webroot
Valor
/mnt/user/appdata/AppFlowy-Nginx/certbot-webroot
HTTP PortPorttcp

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

Objetivo
80
Por defecto
80
Valor
80
HTTPS PortPorttcp

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

Objetivo
443
Por defecto
443
Valor
443

Detalles

Repositorio
nginx:stable-alpine
Última actualización2026-05-24
Visto por primera vez2026-05-26

Ejecute AppFlowy-Nginx en Unraid.

AppFlowy-Nginx se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.