Synology NAS, selfoss and cron
Hi,
I switched from TTRSS to selfoss because of better performance and lower requirements to the server. My selfoss instance run on a synology DiskStation 113+ and it runs good so far. The only thing what bothers me is updating selfoss via cron. My cronjob looks like this:
15 * * * * wget --quiet --delete-after --no-check-certificate https://myurl.com/selfoss/update
This cronjob doesn't work and I don't know why. I've also tried it with the directory where wget is installed but without the parameters --quiet and --delete-after.
Has someone a hint for me how can fix this problem?