Allow ingress

This commit is contained in:
Alexandre
2022-05-14 17:19:07 +02:00
parent a7df29ebf3
commit 0fa73915f6
11 changed files with 258 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
"codenotary": "alexandrep.github@gmail.com",
"description": "Self-hosted, ad-free, privacy-respecting metasearch engine",
"devices": [],
"ingress": true,
"ingress_stream": true,
"map": [
"config:rw"
],
@@ -16,6 +18,7 @@
"WHOOGLE_CONFIG_LANGUAGE": "lang_en",
"WHOOGLE_CONFIG_URL": "https://website.com"
},
"panel_icon": "mdi:magnify",
"ports": {
"5000/tcp": 5000
},