whole config complete.

This commit is contained in:
Bruvv
2022-01-01 11:58:15 +01:00
parent bcc65167b0
commit e79408bf13

View File

@@ -16,9 +16,7 @@
"map": ["config:rw"],
"options": {
"TZ":"Europe/Amsterdam",
"HTTPS_ONLY":"1",
"WHOOGLE_CONFIG_URL": "https://website.com",
"WHOOGLE_CONFIG_VIEW_IMAGE": "int"
"WHOOGLE_CONFIG_URL": "https://website.com"
},
"ports": {
"5000/tcp": 5000
@@ -41,6 +39,23 @@
"WHOOGLE_CONFIG_URL": "str",
"WHOOGLE_CONFIG_GET_ONLY": "int(0,1)",
"WHOOGLE_MINIMAL": "int(0,1)",
"WHOOGLE_ALT_TW": "str",
"WHOOGLE_ALT_YT": "str",
"WHOOGLE_ALT_IG": "str",
"WHOOGLE_ALT_RD": "str",
"WHOOGLE_ALT_MD": "str",
"WHOOGLE_ALT_TL": "str",
"WHOOGLE_USER": "str",
"WHOOGLE_PASS": "password",
"WHOOGLE_PROXY_USER": "str",
"WHOOGLE_PROXY_PASS": "str",
"WHOOGLE_PROXY_TYPE": "str",
"WHOOGLE_PROXY_LOC": "str",
"WHOOGLE_CONFIG_COUNTRY": "str",
"WHOOGLE_CONFIG_LANGUAGE": "str",
"WHOOGLE_CONFIG_SEARCH_LANGUAGE": "str",
"WHOOGLE_CONFIG_BLOCK": "str",
"WHOOGLE_CONFIG_STYLE": "str",
"WHOOGLE_RESULTS_PER_PAGE": "int(0,1)"
}
}