SearXNG update
-
@jdaviescoates yeah, I think it makes sense to check every 2 weeks or so. I don't want to make a new package for every commit
-
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. -
-
@archos thanks for the reminder, updated.
Really need a to way to deal with these rolling releases...
-
-
-
@archos updated.
-
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