feat(ntfy): add initializer, Kamal accessory container, seed defaults
This commit is contained in:
4
config/initializers/ntfy.rb
Normal file
4
config/initializers/ntfy.rb
Normal 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")
|
||||
Reference in New Issue
Block a user