whoogle now good to merge

This commit is contained in:
Bruvv
2022-01-01 14:19:10 +01:00
parent 042ce13107
commit 0286c7fd84
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
## 0.7.1 ## 0.7.1
- Changed the config handeling - Changed the config handeling
- Added a docs with the config explaination. - Added a docs with the config explaination.
- Make sure you redo your configuration!
## 0.7.0 ## 0.7.0
- Initial release (latest builds) - Initial release (latest builds)

View File

@@ -10,8 +10,7 @@
"upstream": "0.7.0", "upstream": "0.7.0",
"webui": "http://[HOST]:[PORT:5000]", "webui": "http://[HOST]:[PORT:5000]",
"devices": [], "devices": [],
"environment": { "environment": {},
},
"map": ["config:rw"], "map": ["config:rw"],
"options": { "options": {
"TZ":"Europe/Amsterdam", "TZ":"Europe/Amsterdam",
@@ -55,7 +54,6 @@
"WHOOGLE_CONFIG_COUNTRY": "str?", "WHOOGLE_CONFIG_COUNTRY": "str?",
"WHOOGLE_CONFIG_SEARCH_LANGUAGE": "str?", "WHOOGLE_CONFIG_SEARCH_LANGUAGE": "str?",
"WHOOGLE_CONFIG_BLOCK": "str?", "WHOOGLE_CONFIG_BLOCK": "str?",
"WHOOGLE_CONFIG_STYLE": "str?",
"WHOOGLE_RESULTS_PER_PAGE": "int(5,100)?" "WHOOGLE_RESULTS_PER_PAGE": "int(5,100)?"
} }
} }