SearXNG update
-
@girish said in SearXNG update:
I am making a new package.
Great, thanks @girish
But since they don't make releases, there is no easy way for us to keep track of when to make a new package.
Is there anyway to automate checking for changes once a day using Change Detection or something? (or perhaps that'd create too much work?).
Once a week at minimum? Or everything 3 days or something? (given the Cloudron website says "We publish latest releases within days")
-
@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. -
-
-
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