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" \
|
||||
# INSTANCE_NAME="SearXNG" \
|
||||
# AUTOCOMPLETE="" \
|
||||
BASE_URL="saya.liara.run" \
|
||||
BASE_URL="search.digibox.dev" \
|
||||
BIND_ADDRESS="[::]:8080" \
|
||||
SEARXNG_SETTINGS_PATH="$CONFIG_PATH/settings.yml" \
|
||||
UWSGI_SETTINGS_PATH="$CONFIG_PATH/uwsgi.ini" \
|
||||
|
||||
@@ -1,21 +1,22 @@
|
||||
certifi==2025.6.15
|
||||
certifi==2025.8.3
|
||||
babel==2.17.0
|
||||
flask-babel==4.0.0
|
||||
flask==3.1.1
|
||||
flask==3.1.2
|
||||
jinja2==3.1.6
|
||||
lxml==5.4.0
|
||||
pygments==2.19.1
|
||||
lxml==6.0.2
|
||||
pygments==2.19.2
|
||||
python-dateutil==2.9.0.post0
|
||||
pyyaml==6.0.2
|
||||
pyyaml==6.0.3
|
||||
httpx[http2]==0.28.1
|
||||
httpx-socks[asyncio]==0.10.0
|
||||
Brotli==1.1.0
|
||||
uvloop==0.21.0
|
||||
setproctitle==1.3.6
|
||||
redis==5.2.1
|
||||
setproctitle==1.3.7
|
||||
valkey==6.1.1
|
||||
markdown-it-py==3.0.0
|
||||
fasttext-predict==0.9.2.4
|
||||
tomli==2.2.1; python_version < '3.11'
|
||||
msgspec==0.19.0
|
||||
typer-slim==0.16.0
|
||||
typer-slim==0.19.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 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>
|
||||
|
||||
# Optional:
|
||||
|
||||
@@ -36,8 +36,8 @@ services:
|
||||
|
||||
searxng:
|
||||
container_name: searxng
|
||||
image: localhost/searxng/searxng
|
||||
# image: docker.io/searxng/searxng:latest
|
||||
# image: localhost/searxng/searxng
|
||||
image: ghcr.io/saya-ir/saya-search:main
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- searxng
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -29,7 +29,7 @@ ui:
|
||||
- images
|
||||
- videos
|
||||
redis:
|
||||
url: redis://:FU4j6QsZfFrIlrmVWLLYE9c2@saya-redis:6379/0
|
||||
url: redis://redis:6379/0
|
||||
search:
|
||||
safe_search: 2
|
||||
autocomplete: "google"
|
||||
|
||||
Reference in New Issue
Block a user