feat(ntfy): add initializer, Kamal accessory container, seed defaults
This commit is contained in:
@@ -11,7 +11,11 @@ unless AdminUser.exists?(email: "admin@example.com")
|
||||
admin = AdminUser.create!(
|
||||
email: "admin@example.com",
|
||||
password: "password123",
|
||||
name: "Admin User"
|
||||
name: "Admin User",
|
||||
ntfy_enabled: false,
|
||||
ntfy_topic: nil,
|
||||
ntfy_token: nil,
|
||||
ntfy_server_url: nil
|
||||
)
|
||||
puts "✅ Created Admin User"
|
||||
puts " Email: admin@example.com"
|
||||
|
||||
Reference in New Issue
Block a user