The real hack is to set it up with tailscale, caddy, auto_https enabled,
npm install -g pm2
pm2 start "cargo run" --name nrd --cwd /path/to/nostr-relay-dashboard
Those two lines will keep it from crashing or shutting down.
Then go on iOS and open safari and go to your tailscale address for it and save to home screen as a web app.

npm install -g pm2
pm2 start "cargo run" --name nrd --cwd /path/to/nostr-relay-dashboard
Those two lines will keep it from crashing or shutting down.
Then go on iOS and open safari and go to your tailscale address for it and save to home screen as a web app.

1