Start9Labs / nextcloud-startos

wrapper for building nextcloud.s9pk
GNU Affero General Public License v3.0
3 stars 2 forks source link

[feat] Set Up `cron` Jobs #21

Closed kn0wmad closed 1 year ago

kn0wmad commented 1 year ago

Warnings about background tasks are annoying and confusing. cron must be set up on the backend and deployed as an update to eOS Nextcloud package.

https://docs.nextcloud.com/server/25/admin_manual/configuration_server/background_jobs_configuration.html#cron

This is a blocker for using the News (RSS Feed) Nextcloud App

kn0wmad commented 1 year ago

Cron is now default as of 25.0.3, but a bug is keeping the jobs from running consistently. This is possibly involving the cron.sh script from upstream not being called properly.