Compare commits

3 Commits
dev122 ... main

Author SHA1 Message Date
feb42e7458 Update requirements.txt
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-09-30 18:29:28 +00:00
Iyas Altawil
694433f2db updated search.digibox.dev 2025-09-30 21:38:05 +03:30
Iyas Altawil
a3412137bb update 2025-06-28 17:28:45 +03:30
8 changed files with 2777 additions and 5641 deletions

View File

@@ -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" \

View File

@@ -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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -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:

View File

@@ -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

View File

@@ -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"