Files
DFWebOS-Apps/ntfy/entrypoint.sh

5 lines
109 B
Bash

#!/bin/sh
ntfy serve &
sleep 2
NTFY_PASSWORD=${NTFY_PASSWORD} ntfy user add --role=admin DFWebOS || true
wait