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