docker run -p 8787:8787 -e VAPID_KEY= -e SUB=mailto:[email protected] -e SENDKEY=mypassword k0in/notify
Name | Description | Default |
---|---|---|
PORT | Port to listen | 8787 |
VAPID_KEY | Vapid key for the app, see generate | undefined |
SUB | Admin email in format "mailto:[email protected]" | undefined |
CORS | Enable cors, if your frontend is served on a different domain | false |
FRONTEND | Path of the frontend files | static-site |
SENDKEY | Key to send notifications | undefined |
LOGINKEY | Key to login to the ui | undefined |
deno run -A --unstable --import-map https://raw.githubusercontent.com/K0IN/Notify/deno-port/app/backend/deno.json https://raw.githubusercontent.com/K0IN/Notify/deno-port/app/backend/main.ts generate