forked from alexbelgium/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
64 lines (64 loc) · 1.81 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "[email protected]",
"description": "Self-hosted, ad-free, privacy-respecting metasearch engine",
"devices": [],
"ingress": true,
"ingress_stream": true,
"map": [
"config:rw"
],
"name": "Whoogle Search",
"options": {
"TZ": "Europe/Amsterdam",
"WHOOGLE_CONFIG_LANGUAGE": "lang_en",
"WHOOGLE_CONFIG_URL": "https://website.com"
},
"panel_icon": "mdi:magnify",
"ports": {
"5000/tcp": 5000
},
"ports_description": {
"5000/tcp": "Web interface"
},
"schema": {
"HTTPS_ONLY": "list(0|1)?",
"TZ": "str",
"WHOOGLE_ALT_IG": "str?",
"WHOOGLE_ALT_MD": "str?",
"WHOOGLE_ALT_RD": "str?",
"WHOOGLE_ALT_TL": "str?",
"WHOOGLE_ALT_TW": "str?",
"WHOOGLE_ALT_YT": "str?",
"WHOOGLE_AUTOCOMPLETE": "list(0|1)?",
"WHOOGLE_CONFIG_ALTS": "list(0|1)?",
"WHOOGLE_CONFIG_BLOCK": "str?",
"WHOOGLE_CONFIG_COUNTRY": "str?",
"WHOOGLE_CONFIG_DISABLE": "list(0|1)?",
"WHOOGLE_CONFIG_GET_ONLY": "list(0|1)?",
"WHOOGLE_CONFIG_LANGUAGE": "str",
"WHOOGLE_CONFIG_NEAR": "str?",
"WHOOGLE_CONFIG_NEW_TAB": "list(0|1)?",
"WHOOGLE_CONFIG_SAFE": "list(0|1)?",
"WHOOGLE_CONFIG_SEARCH_LANGUAGE": "str?",
"WHOOGLE_CONFIG_THEME": "list(system|light|dark)?",
"WHOOGLE_CONFIG_URL": "str",
"WHOOGLE_CONFIG_VIEW_IMAGE": "list(0|1)?",
"WHOOGLE_CSP": "list(0|1)?",
"WHOOGLE_MINIMAL": "list(0|1)?",
"WHOOGLE_PASS": "password?",
"WHOOGLE_PROXY_LOC": "str?",
"WHOOGLE_PROXY_PASS": "str?",
"WHOOGLE_PROXY_TYPE": "str?",
"WHOOGLE_PROXY_USER": "str?",
"WHOOGLE_RESULTS_PER_PAGE": "int(5,100)?",
"WHOOGLE_USER": "str?"
},
"slug": "whoogle-search",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle",
"version": "0.7.4"
}