How to Install Whoogle on Your Synology NAS
ํ์ด์ง ์ ๋ณด
๋ณธ๋ฌธ
1. ๋์ปค์์ย benbusby/whoogle-search ์ฐพ์์ ์ค์น
2. ์ผ๋ฐ ์ค์ ์์ '์๋ ์ฌ์์ ํ์ฑํ' ์ฒดํฌ
3. ํฌํธ ์ค์
4. http:// IP ์ฃผ์ : ํฌํธ ๋ฒํธ
ย

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
๋๊ธ๋ชฉ๋ก
๋ฑ๋ก๋ ๋๊ธ์ด ์์ต๋๋ค.
