SearXNG update
Solved
SearXNG
-
Hi, sorry to open a closed thread, but I don't want to start a new one.
Is it possible to update the apps every month?
And just a question. The application is updated to SearXNG version 01b5b9cb8, but at the bottom of the site, where the source code and public instances are version 1.0.0 users think that we don't update the search engine. Thank you very much for the information, maybe I have to set something and the instance will show the correct version. -
-
-
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