How to set up Open-WebUI with NanoGPT

Introduction Open WebUI is a popular selfhosted AI chat interface, but it’s just a frontend, you need some kind of backend that would run the AI models. You could selfhost them with Ollama, but not everyone has powerful hardware, let alone pay for expensive VPS. This is where NanoGPT comes in. It’s a pay-per-prompt AI access provider, which also provides a centralized API access for any model you could think of. Thereby eliminating the need to pay multiple companies for their API. And they accept crypto payments! ...

April 18, 2025 · 3 min · 619 words · Ignas

How to set up Frigate remote access via Tailscale using TSDProxy

Introduction In case you wanted to have remote access to your docker services, there are tailscale sidecars for that, however it has a drawback - you need a new sidecar for each new service. If only there was a Tailscale Docker Proxy that would manage multiple docker services without the need of dedicated sidecars… Well, there is. And it’s called TSDProxy. Tailscale even uploaded a video dedicated to this software. Another perk is that you can have tailscale installed on your host machine (e.g. for SSH) while having TSDProxy running without additional configuration, contrary to tailscale sidecars, which didn’t work for me. ...

March 1, 2025 · 4 min · 727 words · Ignas