Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| feb42e7458 | |||
|
|
694433f2db | ||
|
|
a3412137bb |
@@ -48,7 +48,7 @@ LABEL org.opencontainers.image.authors="searxng <$GIT_URL>" \
|
|||||||
ENV SEARXNG_VERSION="$SEARXNG_GIT_VERSION" \
|
ENV SEARXNG_VERSION="$SEARXNG_GIT_VERSION" \
|
||||||
# INSTANCE_NAME="SearXNG" \
|
# INSTANCE_NAME="SearXNG" \
|
||||||
# AUTOCOMPLETE="" \
|
# AUTOCOMPLETE="" \
|
||||||
BASE_URL="saya.liara.run" \
|
BASE_URL="search.digibox.dev" \
|
||||||
BIND_ADDRESS="[::]:8080" \
|
BIND_ADDRESS="[::]:8080" \
|
||||||
SEARXNG_SETTINGS_PATH="$CONFIG_PATH/settings.yml" \
|
SEARXNG_SETTINGS_PATH="$CONFIG_PATH/settings.yml" \
|
||||||
UWSGI_SETTINGS_PATH="$CONFIG_PATH/uwsgi.ini" \
|
UWSGI_SETTINGS_PATH="$CONFIG_PATH/uwsgi.ini" \
|
||||||
|
|||||||
@@ -1,21 +1,22 @@
|
|||||||
certifi==2025.6.15
|
certifi==2025.8.3
|
||||||
babel==2.17.0
|
babel==2.17.0
|
||||||
flask-babel==4.0.0
|
flask-babel==4.0.0
|
||||||
flask==3.1.1
|
flask==3.1.2
|
||||||
jinja2==3.1.6
|
jinja2==3.1.6
|
||||||
lxml==5.4.0
|
lxml==6.0.2
|
||||||
pygments==2.19.1
|
pygments==2.19.2
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
pyyaml==6.0.2
|
pyyaml==6.0.3
|
||||||
httpx[http2]==0.28.1
|
httpx[http2]==0.28.1
|
||||||
httpx-socks[asyncio]==0.10.0
|
httpx-socks[asyncio]==0.10.0
|
||||||
Brotli==1.1.0
|
Brotli==1.1.0
|
||||||
uvloop==0.21.0
|
setproctitle==1.3.7
|
||||||
setproctitle==1.3.6
|
valkey==6.1.1
|
||||||
redis==5.2.1
|
|
||||||
markdown-it-py==3.0.0
|
markdown-it-py==3.0.0
|
||||||
fasttext-predict==0.9.2.4
|
fasttext-predict==0.9.2.4
|
||||||
tomli==2.2.1; python_version < '3.11'
|
tomli==2.2.1; python_version < '3.11'
|
||||||
msgspec==0.19.0
|
msgspec==0.19.0
|
||||||
typer-slim==0.16.0
|
typer-slim==0.19.2
|
||||||
isodate==0.7.2
|
isodate==0.7.2
|
||||||
|
whitenoise==6.11.0
|
||||||
|
typing-extensions==4.14.1
|
||||||
2813
searx/settings.yml
2813
searx/settings.yml
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@
|
|||||||
# * uncomment SEARXNG_HOSTNAME, and replace <host> by the SearXNG hostname
|
# * uncomment SEARXNG_HOSTNAME, and replace <host> by the SearXNG hostname
|
||||||
# * uncomment LETSENCRYPT_EMAIL, and replace <email> by your email (require to create a Let's Encrypt certificate)
|
# * uncomment LETSENCRYPT_EMAIL, and replace <email> by your email (require to create a Let's Encrypt certificate)
|
||||||
|
|
||||||
# SEARXNG_HOSTNAME=<host>
|
SEARXNG_HOSTNAME=https://search.digibox.dev
|
||||||
# LETSENCRYPT_EMAIL=<email>
|
# LETSENCRYPT_EMAIL=<email>
|
||||||
|
|
||||||
# Optional:
|
# Optional:
|
||||||
|
|||||||
@@ -36,8 +36,8 @@ services:
|
|||||||
|
|
||||||
searxng:
|
searxng:
|
||||||
container_name: searxng
|
container_name: searxng
|
||||||
image: localhost/searxng/searxng
|
# image: localhost/searxng/searxng
|
||||||
# image: docker.io/searxng/searxng:latest
|
image: ghcr.io/saya-ir/saya-search:main
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- searxng
|
- searxng
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -29,7 +29,7 @@ ui:
|
|||||||
- images
|
- images
|
||||||
- videos
|
- videos
|
||||||
redis:
|
redis:
|
||||||
url: redis://:FU4j6QsZfFrIlrmVWLLYE9c2@saya-redis:6379/0
|
url: redis://redis:6379/0
|
||||||
search:
|
search:
|
||||||
safe_search: 2
|
safe_search: 2
|
||||||
autocomplete: "google"
|
autocomplete: "google"
|
||||||
|
|||||||
Reference in New Issue
Block a user