From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- articles/2026/My-own-private-search-engine.html | 54 +++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 articles/2026/My-own-private-search-engine.html (limited to 'articles/2026/My-own-private-search-engine.html') diff --git a/articles/2026/My-own-private-search-engine.html b/articles/2026/My-own-private-search-engine.html new file mode 100644 index 0000000..e2c924e --- /dev/null +++ b/articles/2026/My-own-private-search-engine.html @@ -0,0 +1,54 @@ + + + + + + + + My own private search engine + + +
+

Bloggings

+ Back +
+
+
+

My own private search engine

+

2026-06-02

+

Messing around with a bad back in stormy weather

+

+ I made a bad movement in the shower this morning and made my back + scream again, so no woodworking today. One of the benefits of + retirement is that I get to choose the days activities. +

+

+ I had installed + SearxNG previously + more than two years ago, but as I'm constantly fiddling it wound up in + the bin. +

+

+ Convalescing in the armchair I saw that my current vps is mostly idle + running just snac2, my blog, xmpp, gophernicus and other bits, so I + reinstalled SearxNG. +

+

+ It's fast, responsive, and private. I have it behind an Nginx reverse + proxy, and only accepting my own IP address for now. +

+

+ Another thing I did was to play around with the + Fresh editor. Like Micro, it can + be configured to use prettier, the code formatter. Ok, it's written in + Rust, but it is a nice editor with a retro computing vibe. It won't + replace Micro as my daily editor, but if I ever need a TUI IDE it + could be a good choice. +

+
+
+ + + -- cgit v1.3.1