December 28, 2021 | 21:25
Updating Feeds for Nextcloud News app on rootless Docker
I recently installed the News app on my Nextcloud instance. This turned out to be a bit tricky, since my Nextcloud installation runs on rootless Docker. However, here are the steps I went through.
I found a command that successfully calls the cron.php script, when executed on the host system in the context of the (non-root) docker user:
Read more