์ž์œ ๊ฒŒ์‹œํŒ

  • How to Install Whoogle on Your Synology NAS

    ํŽ˜์ด์ง€ ์ •๋ณด

    profile_image
    ์ž‘์„ฑ์ž์ฒœ์‚ฌ ์กฐํšŒ 9,685ํšŒ ์ž‘์„ฑ์ผ 2021-08-24 18:03:04 ๋Œ“๊ธ€ 0

    ๋ณธ๋ฌธ

    1. ๋„์ปค์—์„œย benbusby/whoogle-search ์ฐพ์•„์„œ ์„ค์น˜

    2. ์ผ๋ฐ˜ ์„ค์ •์—์„œ '์ž๋™ ์žฌ์‹œ์ž‘ ํ™œ์„ฑํ™”' ์ฒดํฌ

    3. ํฌํŠธ ์„ค์ •

    4. http:// IP ์ฃผ์†Œ : ํฌํŠธ ๋ฒˆํ˜ธ

    ย 

    3232235521_1629795687.8838.png

    http://Synology-ip-address:ํฌํŠธ ๋ฒˆํ˜ธ/search?q=%s

    ย 

    version: "3"
    services:
    ย  whoogle:
    ย  ย image: benbusby/whoogle-search:latest
    ย  ย container_name: whoogle
    ย  ย ports:
    ย  ย - ํฌํŠธ ๋ฒˆํ˜ธ:5000
    ย  ย restart: unless-stopped

    ย 

    https๋กœ ๊ฒ€์ƒ‰์—”์ง„ ์„ค์ • ์‹œ

    ํ‚ค์›Œ๋“œ์— aaa.bbbbb.com

    URL์— https://aaa.bbbbb.com/search?q=%s

    ย 

    - ์ถ”๊ฐ€ -

    # cant use mem_limit in a 3.x docker-compose file in non swarm mode
    # see https://github.com/docker/compose/issues/4513
    version: "2.4"

    services:
    ย  whoogle-search:
    ย  ย  image: ${WHOOGLE_IMAGE:-benbusby/whoogle-search}
    ย  ย  container_name: whoogle-search
    ย  ย  restart: unless-stopped
    ย  ย  pids_limit: 50
    ย  ย  mem_limit: 256mb
    ย  ย  memswap_limit: 256mb
    ย  ย  # user debian-tor from tor package
    ย  ย  user: whoogle
    ย  ย  security_opt:
    ย  ย  ย  - no-new-privileges
    ย  ย  cap_drop:
    ย  ย  ย  - ALL
    ย  ย  tmpfs:
    ย  ย  ย  - /config/:size=10M,uid=927,gid=927,mode=1700
    ย  ย  ย  - /var/lib/tor/:size=10M,uid=927,gid=927,mode=1700
    ย  ย  ย  - /run/tor/:size=1M,uid=927,gid=927,mode=1700
    ย  ย  #environment: # Uncomment to configure environment variables
    ย  ย  ย  # Basic auth configuration, uncomment to enable
    ย  ย  ย  #- WHOOGLE_USER=<auth username>
    ย  ย  ย  #- WHOOGLE_PASS=<auth password>
    ย  ย  ย  # Proxy configuration, uncomment to enable
    ย  ย  ย  #- WHOOGLE_PROXY_USER=<proxy username>
    ย  ย  ย  #- WHOOGLE_PROXY_PASS=<proxy password>
    ย  ย  ย  #- WHOOGLE_PROXY_TYPE=<proxy type (http|https|socks4|socks5)
    ย  ย  ย  #- WHOOGLE_PROXY_LOC=<proxy host/ip>
    ย  ย  ย  # Site alternative configurations, uncomment to enable
    ย  ย  ย  # Note: If not set, the feature will still be available
    ย  ย  ย  # with default values.
    ย  ย  ย  #- WHOOGLE_ALT_TW=farside.link/nitter
    ย  ย  ย  #- WHOOGLE_ALT_YT=farside.link/invidious
    ย  ย  ย  #- WHOOGLE_ALT_IG=farside.link/bibliogram/u
    ย  ย  ย  #- WHOOGLE_ALT_RD=farside.link/libreddit
    ย  ย  ย  #- WHOOGLE_ALT_MD=farside.link/scribe
    ย  ย  ย  #- WHOOGLE_ALT_TL=lingva.ml
    ย  ย  ย  #- WHOOGLE_ALT_IMG=imgin.voidnet.tech
    ย  ย  ย  #- WHOOGLE_ALT_WIKI=wikiless.org
    ย  ย  #env_file: # Alternatively, load variables from whoogle.env
    ย  ย  ย  #- whoogle.env
    ย  ย  ports:
    ย  ย  ย  - 5000:5000

    ๋Œ“๊ธ€๋ชฉ๋ก

    ๋“ฑ๋ก๋œ ๋Œ“๊ธ€์ด ์—†์Šต๋‹ˆ๋‹ค.