helm: add optional cron job to run tootctl remove media
(#14396)
This commit is contained in:
parent
96761752ec
commit
53b22d247f
2 changed files with 79 additions and 0 deletions
|
@ -39,6 +39,12 @@ createAdmin:
|
|||
# available locales: https://github.com/tootsuite/mastodon/blob/master/config/application.rb#L43
|
||||
locale: en
|
||||
|
||||
cron:
|
||||
# run `tootctl media remove` every week
|
||||
removeMedia:
|
||||
enabled: true
|
||||
schedule: "0 0 * * 0"
|
||||
|
||||
application:
|
||||
web:
|
||||
port: 3000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue