metakgp / naarad

Self-hosted ntfy.sh server for metakgp
https://naarad.metakgp.org
GNU Affero General Public License v3.0
11 stars 3 forks source link

Overwrite the `/signup` button on frontend with our custom registration page #14

Closed proffapt closed 2 months ago

proffapt commented 2 months ago

Currently if you visit https://naarad.metakgp.org/signup, directly, you will be redirected to our custom registration page. But if you click the signup button on the webapp then it will still show the ntfy defined sign-up page. This happens because on clicking that button there is no network call being made to our servers so that nginx can come into picture and handle the transfer to custom service.

Proposed solution is to edit the webapp of ntfy from source.

proffapt commented 2 months ago

DONEEEEEEEE