From f36a63e3f0b7dc128f0817b73a4a52ca629368d4 Mon Sep 17 00:00:00 2001 From: ygsk10 <60314251+ygsk10@users.noreply.github.com> Date: Tue, 12 May 2020 01:08:35 +0000 Subject: [PATCH 1/2] Update README.md (#22) * Update README.md * Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e281fe..205274d 100644 --- a/README.md +++ b/README.md @@ -172,8 +172,9 @@ A good solution for this is to set up a simple cronjob on any device at your hom For instance, adding `*/20 7-23 * * * curl https://.herokuapp.com > /home//whoogle-refresh` will fetch the home page of the app every 20 minutes between 7am and midnight, allowing for downtime from midnight to 7am. And again, this wouldn't be a hard limit - you'd still have plenty of remaining hours of uptime each month in case you were searching after this window has closed. -Since the instance is destroyed and rebuilt after inactivity, config settings will be reset once the app enters downtime. If you have configuration settings active that you'd like to keep between periods of downtime (like dark mode for example), you could instead add `*/20 7-23 * * * curl -d "dark=1" -X POST https://.herokuapp.com > /home//whoogle-refresh` to keep these settings more or less permanent, and still keep the app from entering downtime when you're using it. +Since the instance is destroyed and rebuilt after inactivity, config settings will be reset once the app enters downtime. If you have configuration settings active that you'd like to keep between periods of downtime (like dark mode for example), you could instead add `*/20 7-23 * * * curl -d "dark=1" -X POST https://.herokuapp.com/config > /home//whoogle-refresh` to keep these settings more or less permanent, and still keep the app from entering downtime when you're using it. +Available config values are `near`, `nojs`, `dark` and `url` ## FAQ **What's the difference between this and [Searx](https://github.com/asciimoo/searx)?** From dcb2517a6c7f047267370ced73b3a73170ff5b52 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Mon, 11 May 2020 19:12:26 -0600 Subject: [PATCH 2/2] Update issue templates Removed myself as the auto assignee of all bug reports --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ea82955..5cfddc1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a bug report to help fix an issue with Whoogle title: "[BUG] " labels: bug -assignees: benbusby +assignees: '' ---