mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 15:44:58 +02:00
new version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Whoogle Search Test",
|
"name": "Whoogle Search Test",
|
||||||
"version": "0.7.1",
|
"version": "0.7.1.1",
|
||||||
"slug": "whoogle-search",
|
"slug": "whoogle-search",
|
||||||
"description": "Self-hosted, ad-free, privacy-respecting metasearch engine",
|
"description": "Self-hosted, ad-free, privacy-respecting metasearch engine",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/whoogle/Readme.md",
|
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/whoogle/Readme.md",
|
||||||
@@ -16,7 +16,8 @@
|
|||||||
"map": ["config:rw"],
|
"map": ["config:rw"],
|
||||||
"options": {
|
"options": {
|
||||||
"TZ":"Europe/Amsterdam",
|
"TZ":"Europe/Amsterdam",
|
||||||
"WHOOGLE_CONFIG_URL": "https://website.com"
|
"WHOOGLE_CONFIG_URL": "https://website.com",
|
||||||
|
"WHOOGLE_CONFIG_LANGUAGE": "lang_en"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"5000/tcp": 5000
|
"5000/tcp": 5000
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
|
# shellcheck shell=bash
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# INITIALIZATION #
|
# INITIALIZATION #
|
||||||
|
|||||||
Reference in New Issue
Block a user