Skip to content

Conversation

@fezu54
Copy link
Owner

@fezu54 fezu54 commented Jan 31, 2026

Replace Simplepush with ntfy setup

   1. Is this also integrated into the proxy setup?
      Yes, I have now added the necessary configuration (VIRTUAL_HOST, LETSENCRYPT_HOST) so your reverse proxy (nginx) will route traffic to it and
  letsencrypt-companion will generate an SSL certificate.

   2. To which url do I connect?
      You will connect to: `https://${NTFY_PREFIX}.${DNS_ADDRESS}`

       * For example, if your domain (DNS_ADDRESS) is example.com and you choose ntfy as your prefix, the URL will be https://ntfy.example.com.

  Required Action:
  You need to add the NTFY_PREFIX variable to your .env (or php.env / db.env depending on where you keep your main config, usually a root .env is best
  for shared vars) file.

  Example line to add to your environment file:
   1 NTFY_PREFIX=ntfy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant