@@ -8,9 +8,12 @@ date: 2025-07-07
88tags : ["sea", "nginx", "search"]
99---
1010
11- Our [ previous post] ( /post/2025-06-01-chatgpt-default-search-engine/ )
11+ Our [ previous post] ( /blog/ post/2025-06-01-chatgpt-default-search-engine/ )
1212explained how to make ChatGPT your search engine.
13- Search Engine Adapter (SEA) builds on that idea.
13+
14+
15+ [ Search Engine Adapter (SEA)] ( https://github.com/dense-analysis/sea )
16+ builds on that idea.
1417
1518SEA is a lightweight nginx proxy that chooses between Google, the ChatGPT API,
1619or Wikipedia based on keywords in your query.
@@ -19,15 +22,18 @@ a small and secure deployment.
1922
2023## Key Features
2124
22- * Dynamic keyword routing with nginx's ` map ` directive
23- * One HTTPS endpoint easily secured with Let's Encrypt
24- * Minimal dependencies and small attack surface
25+ * Dynamic keyword routing with nginx's ` map ` directive.
26+ * One HTTPS endpoint easily secured with Let's Encrypt.
27+ * Minimal dependencies and small attack surface.
2528
2629You can configure SEA using ` config-example.toml ` , then compile the final
2730` nginx.conf ` . Once deployed, every search is forwarded to the matching service.
2831
29- A live instance is available at < https://search.denseanalysis.org/?q=%s > for
30- anyone who wants to try it.
31-
32- The project is hosted on [ GitHub] ( https://github.com/dense-analysis/sea ) . We
33- welcome feedback and contributions.
32+ A live instance is available at
33+ [ https://search.denseanalysis.org/?q=%s ] ( https://search.denseanalysis.org/?q=who+is+w0rp+and+what+is+ALE )
34+ for anyone who wants to try it. The instance does not log any access or error
35+ logs, so Dense Analysis pledges not to spy on your searches, but don't trust us.
36+ The configuration and program to make it are available on
37+ [ GitHub] ( https://github.com/dense-analysis/sea ) , and you may deploy your own
38+ instance locally, remotely, or wherever you want. We welcome feedback and
39+ contributions!
0 commit comments