ntfy Notification Setup
How to get the ntfy URL and Token
ntfy token add --expires=30d --label="notifications" <username>ntfy token list <username>
Example Token Management Commands
ntfy token list # Show all tokens
ntfy token list alice # Show tokens for user 'alice'
ntfy token add alice # Create token for user 'alice' (never expires)
ntfy token add --expires=2d bob # Create token for 'bob', expires in 2 days
ntfy token remove alice tk_... # Delete a tokenLast updated
