docs(ntfy): ntfy publishes a host port for the external reverse proxy #37
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/ntfy-published-port"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Documentation companion to
RunicGateway/website#95.The ntfy relay is reached through the public reverse proxy, which runs outside the compose network and can only reach a service via a published host port (the same reason
apppublishes3000). The docs previously described ntfy as having "no published host port / internal-only publisher," which never matched a working deployment.Changes
android/PLAN.md— §11 (deployment) and §13 (open items): ntfy publishes:80on a host port (NTFY_HOST_PORT, default2586); the reverse proxy forwards the notification subdomain to it. Both devices (SSE subscribe) and the backend publisher (POSTing tickles to registered device endpoints) reach ntfy on that public origin — no separate internal publish path.website/BACKEND_DESIGN.md— compose-topology section + the.env.exampleblock: document the published port andNTFY_HOST_PORT.🤖 Generated with Claude Code