feat(ntfy): add initializer, Kamal accessory container, seed defaults

This commit is contained in:
Min Zeya Phyo
2026-07-28 02:31:48 +08:00
parent 9fa6c37297
commit 20927eea5f
3 changed files with 26 additions and 23 deletions

View File

@@ -0,0 +1,4 @@
# ntfy notification server configuration
# Default server URL used when AdminUser.ntfy_server_url is blank.
# In production, set this to your self-hosted ntfy instance.
NTFY_SERVER_URL = ENV.fetch("NTFY_SERVER_URL", "https://ntfy.sh")