Skip to content
CloudZun
Go back

SearxNG Deployment and Using the Local Wrapper

编辑此文章

本文记录了在本地部署 SearxNG 并通过 Python wrapper 提供 HTML→JSON API 的完整过程、配置要点与运维建议。

概要

目录结构

启动与验证

  1. 启动容器: docker compose up -d searxng
  2. 启动 wrapper:已用 systemd 管理 systemctl enable --now searxng-wrapper.service
  3. 健康检查: curl http://127.0.0.1:8765/health{"status":"ok"}

关键配置与安全

使用示例

后续改进建议


详情见 /home/chengzh/searxng/reports/。


编辑此文章
Share this post on:

📚 相关文章推荐


Previous Post
Building a Self-Hosted SearxNG Search Engine with JSON API Wrapper
Next Post
MSFT 每周价格与基本面复盘(2025-02-03 – 2025-02-07)