whoogle results with selfhostet libreddit and lingva-> URL after search begins with "www.http//192... #1056
Unanswered
Wuff-Bellmann
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use whoogle on Unraid and I have libreddit and lingva installed, in docker.
So far this works fine. Reddit links are directed to my libreddit instance and my lingva instance does the translations.
But the search results look like this:
www.http://192.xxx.xxx.xx:xxxx/ › unRAID › comments › any_must_have_dockers
Anybody knows how to erase the "www"?
This is my configuration:
Befehlsausführung
docker run
-d
--name='whoogle-search'
--net='wg2'
-e TZ="Europe/Berlin"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="MyInstance"
-e HOST_CONTAINERNAME="whoogle-search"
-e 'WHOOGLE_CONFIG_THEME'='dark'
-e 'WHOOGLE_CONFIG_COUNTRY'='DE'
-e 'WHOOGLE_CONFIG_NEW_TAB'='1'
-e 'WHOOGLE_AUTOCOMPLETE'='1'
-e 'WHOOGLE_CONFIG_STYLE'=':root { /* LIGHT THEME COLORS / / coming soon.... / / DARK THEME COLORS */
--whoogle-dark-logo: #8751a1;
--whoogle-dark-page-bg: #011627;
--whoogle-dark-element-bg: #040A19;
--whoogle-dark-text: #24b89d;
--whoogle-dark-contrast-text: #4186c6;
--whoogle-dark-secondary-text: #8751a1;
--whoogle-dark-result-bg: #040A19;
--whoogle-dark-result-title: #4186c6;
--whoogle-dark-result-url: #f48075;
--whoogle-dark-result-visited: #eb3488;
--whoogle-dark-divider: #4186c6; } #whoogle-w { fill: #4186c6; } #whoogle-h { fill: #eb3488; } #whoogle-o-1 { fill: #f48075; } #whoogle-o-2 { fill: #8751a1; } #whoogle-g { fill: #24b89d; } #whoogle-l { fill: #eb3488; } #whoogle-e { fill: #4186c6; }'
-e 'WHOOGLE_CONFIG_PREFERENCES_ENCRYPTED'='1'
-e 'WHOOGLE_CONFIG_PREFERENCES_KEY'='supersecretkey'
-e 'WHOOGLE_CONFIG_DISABLE'='1'
-e 'WHOOGLE_CONFIG_LANGUAGE'='lang_de'
-e 'WHOOGLE_ALT_RD'='http://192.xxx.xxx.xx:xxxx/'
-e 'WHOOGLE_ALT_TL'='http://192.xxx.xxx.xx:xxxx/'
-e 'WHOOGLE_ALT_YT'='https://www.youtube.com'
-e 'WHOOGLE_CONFIG_ALTS'='1'
-e 'WHOOGLE_ALT_IMG'='https://www.imgur.com'
-e 'HTTPS_ONLY'=''
-e 'EXPOSE_PORT'=''
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:5000]/'
-l net.unraid.docker.icon='https://github.com/benbusby/whoogle-search/blob/main/app/static/img/favicon/favicon-96x96.png?raw=true'
-p 'xxxx:5000/tcp'
-v '/mnt/user/appdata/whoogle-search':'/config':'rw'
--dns=xx.xx.xx.xx 'benbusby/whoogle-search'
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Der Befehl wurde erfolgreich ausgeführt!
Beta Was this translation helpful? Give feedback.
All reactions