Add scheduled import for photoprism

This commit is contained in:
IamTheFij 2024-10-02 11:28:24 -07:00
parent 8641bd50e1
commit 03ce47320c

View File

@ -107,4 +107,13 @@ module "photoprism" {
mount = false
},
]
actions = [
{
name = "import"
command = "photoprism"
args = ["import", "/photoprism-media/Import"]
cron = "@daily"
},
]
}