Add scheduled import for photoprism
This commit is contained in:
parent
8641bd50e1
commit
03ce47320c
@ -107,4 +107,13 @@ module "photoprism" {
|
||||
mount = false
|
||||
},
|
||||
]
|
||||
|
||||
actions = [
|
||||
{
|
||||
name = "import"
|
||||
command = "photoprism"
|
||||
args = ["import", "/photoprism-media/Import"]
|
||||
cron = "@daily"
|
||||
},
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user