1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-12-14 10:13:15 +00:00

Version 1.13.0

This commit is contained in:
Girish Ramakrishnan
2021-03-18 14:35:51 -07:00
parent 9542541b5c
commit 5d5eb1f633
4 changed files with 15 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "RSS feed reader",
"version": "1.12.0",
"version": "1.13.0",
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {
@@ -14,7 +14,7 @@
"scheduler": {
"update_feeds": {
"schedule": "*/1 * * * *",
"command": "/usr/local/bin/gosu www-data:www-data php /app/code/app/actualize_script.php"
"command": "echo '==> Run actualize script' && /usr/local/bin/gosu www-data:www-data php /app/code/app/actualize_script.php"
}
}
},