I've been trying out Jujutsu recently.
It's compatible with git repos. The workflow takes a little while to get used to but can be nicer to work with.
I've been trying out Jujutsu recently.
It's compatible with git repos. The workflow takes a little while to get used to but can be nicer to work with.
EveryDoor works well on iOS for simple things like updating or adding shops etc.
"Go Map!!" is another one, and while I find it's interface a bit harder to work with, it has a "Quests" setting, which lets you configure a filter of missing tags that show up on the map.
I was curious and it uses gTTS.
It calls what's probably the "speak" button on translate.google.com
This project is leveraging the undocumented Google Translate speech functionality
You could use WPAD on your network to point all clients to an i2p proxy. I'm not sure sure if it's secure or private to be able to access both at once though.
function FindProxyForURL(url, host)
{
if (shExpMatch(host, "*.i2p"))
{
return "SOCKS5 [proxy ip]:4447";
}
return "DIRECT";
}
I'll second navidrome.
I've also added bonob to expose it to some sonos hardware I got for free. I've found it's the easiest way to get custom music and streaming radio into sonos. Music Assistant buffers for some reason.
I'm having the same issues with exposing it. I have mine behind Caddy+caddy-security and it works well through the browser, but I haven't found a native app that can handle that method. I think I'll add it to tailscale eventually to work around that.