Configure scheduled tasks
The Bitnami Tiny Tiny RSS images have a cron job running update.php –feeds –quiet every 30 minutes. In order to edit it, execute the following command:
sudo crontab -u bitnami -e
Add this crontab line:
0 * * * * /opt/bitnami/php/bin/php /opt/bitnami/tinytinyrss/update.php --feeds --quiet