feat: implement notifications and admin notification api
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
resource "immich_admin_notification" "announcement" {
|
||||
type = "SYSTEM"
|
||||
level = "INFO"
|
||||
title = "Maintenance Scheduled"
|
||||
description = "Immich will be down for maintenance on Sunday at 2 AM UTC."
|
||||
}
|
||||
Reference in New Issue
Block a user