SearXNG update
-
@archos thanks for the reminder, updated.
Really need a to way to deal with these rolling releases...
-
@archos thanks for the reminder, updated.
Really need a to way to deal with these rolling releases...
-
I guess the issue mainly with rolling releases is, that we can't quite update the app on every new change upstream, but have to do this maybe in a fixed interval or n amount of changes upstream.
-
@nebulon And would it be possible to set it to show the installed version at the bottom of the app? We still have version 1.0.0.
It looks like the app is not updated.
Thank you very much for the information. -
OK, I have put a reminder for ourselves via a cron pattern for twice a month. In any case wants something like this, put this into the cron section of the app:
0 7 1,15 * * "==> Sending reminder to update apps" && swaks --server "${CLOUDRON_MAIL_SMTP_SERVER}" -p "${CLOUDRON_MAIL_SMTP_PORT}" --from "${CLOUDRON_MAIL_FROM}" --h-Subject "Check if SearXNG needs to be updated" --auth-user "${CLOUDRON_MAIL_SMTP_USERNAME}" --auth-password "${CLOUDRON_MAIL_SMTP_PASSWORD}" --to notification@domain.com --body "This is cron reminder to update SearXNG package if needed" --silent 2