binwiederhier / ntfy

Send push notifications to your phone or desktop using PUT/POST
https://ntfy.sh
Apache License 2.0
18.11k stars 705 forks source link

Connection to own ntfy server via reverse proxy with mutualTLS. #530

Open c64-user opened 1 year ago

c64-user commented 1 year ago

A great feature would be:

From the internet to local in the LAN it goes through a reverse proxy that does https with let's encrypt and needs a client certificate for authentication. instead of basic-auth with username:password.

After that i am internal in the LAN and the ntfy-server doesn't need https anymore.

What would be useful if ntfy-APP speaks client authentication at reverse proxy using certifkat.

The connection via browser and mutual TLS works. Just not as comfortable as the APP, especially for alarms and status messages.

Henkhogan commented 1 year ago

Please also add it to the iOS app.