[GH-ISSUE #688] [QUESTION] Portainer env doesnt seem to work #445

Closed
opened 2026-02-25 20:35:46 +03:00 by kerem · 0 comments
Owner

Originally created by @jersam on GitHub (Mar 21, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/688

Howdy,

I have the following set.

WHOOGLE_DOTENV=1
WHOOGLE_CONFIG_URL=https://search.domains2.com
WHOOGLE_CONFIG_DISABLE=1
HTTPS_ONLY=1
WHOOGLE_CONFIG_ALTS=1
WHOOGLE_CSP=1
WHOOGLE_CONFIG_BLOCK=pinterest.com,whitehouse.gov
WHOOGLE_CONFIG_TOR=1
WHOOGLE_AUTOCOMPLETE=1
WHOOGLE_MINIMAL=0
WHOOGLE_RESULTS_PER_PAGE=20
WHOOGLE_CONFIG_STYLE=":root { --whoogle-dark-logo: #6E6C7E; --whoogle-dark-page-bg: #1E1E2E; --whoogle-dark-element-bg: #302D41; --whoogle-dark-text: #D9E0EE; --whoogle-dark-contrast-text: #F2CDCD; --whoogle-dark-secondary-text: #988BA2; --whoogle-dark-result-bg: #302D41; --whoogle-dark-result-title: #F5E0DC; --whoogle-dark-result-url: #F5E0DC; --whoogle-dark-result-visited: #C9CBFF; } #whoogle-w { fill: #96CDFB; } #whoogle-h { fill: #F28FAD; } #whoogle-o-1 { fill: #FAE3B0; } #whoogle-o-2 { fill: #96CDFB; } #whoogle-g { fill: #ABE9B3; } #whoogle-l { fill: #F28FAD; } #whoogle-e { fill: #FAE3B0; }"

"My compose"

version: "2"
services:
  whoogle:
    image: benbusby/whoogle-search:latest
    container_name: whoogle
    ports:
      - 5000:5000
    restart: unless-stopped
Originally created by @jersam on GitHub (Mar 21, 2022). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/688 Howdy, I have the following set. ``` WHOOGLE_DOTENV=1 WHOOGLE_CONFIG_URL=https://search.domains2.com WHOOGLE_CONFIG_DISABLE=1 HTTPS_ONLY=1 WHOOGLE_CONFIG_ALTS=1 WHOOGLE_CSP=1 WHOOGLE_CONFIG_BLOCK=pinterest.com,whitehouse.gov WHOOGLE_CONFIG_TOR=1 WHOOGLE_AUTOCOMPLETE=1 WHOOGLE_MINIMAL=0 WHOOGLE_RESULTS_PER_PAGE=20 WHOOGLE_CONFIG_STYLE=":root { --whoogle-dark-logo: #6E6C7E; --whoogle-dark-page-bg: #1E1E2E; --whoogle-dark-element-bg: #302D41; --whoogle-dark-text: #D9E0EE; --whoogle-dark-contrast-text: #F2CDCD; --whoogle-dark-secondary-text: #988BA2; --whoogle-dark-result-bg: #302D41; --whoogle-dark-result-title: #F5E0DC; --whoogle-dark-result-url: #F5E0DC; --whoogle-dark-result-visited: #C9CBFF; } #whoogle-w { fill: #96CDFB; } #whoogle-h { fill: #F28FAD; } #whoogle-o-1 { fill: #FAE3B0; } #whoogle-o-2 { fill: #96CDFB; } #whoogle-g { fill: #ABE9B3; } #whoogle-l { fill: #F28FAD; } #whoogle-e { fill: #FAE3B0; }" ``` "My compose" ``` version: "2" services: whoogle: image: benbusby/whoogle-search:latest container_name: whoogle ports: - 5000:5000 restart: unless-stopped ```
kerem 2026-02-25 20:35:46 +03:00
  • closed this issue
  • added the
    question
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#445
No description provided.