K0IN
K0IN
One issue to discuss, how to do it on mobile
> > One issue to discuss, how to do it on mobile > > Add a save button i added one in the top bar is this fine for you?...
The problem (at least in my setup) was, the docker network MTU, you can set it inside a compose file (or globally in docker) checkout [my fork](https://github.com/K0IN/docker-wireguard-socks-proxy/blob/main/docker-compose.yml) where I have...
try change the internal ip inside the sockd.conf, you can bind to a ip(0.0.0.0) instead of interface(eth0), i will Provider more info when i got time. check this https://github.com/Lozy/danted/issues/18#issuecomment-303126008 (not...
Hei, @kls0e, check out my fork I added multi arch support https://github.com/K0IN/docker-wireguard-socks-proxy
Any updates on this? @alexdoesh i tried your fork but it doesnt seem to work? Am I missing something here?
i put nginx infront of fn api but the fn api client cant handle basic auth
I think here are some parts missing, I got a dev container setup running at, https://github.com/K0IN/ollama I can open a pull request if this is wanted. I use the dev...
any updates on this?
The link in my issue might be wrong, as far as i can tell ollama uses the example/server from llama.cpp which has its own cache_prompt flag, see https://github.com/ggerganov/llama.cpp/tree/master/examples/server#api-endpoints. Also see...