Slavi Pantaleev

Results 346 comments of Slavi Pantaleev

Both patches in my [fix-sso](https://github.com/devture/apisix-dashboard/tree/fix-sso) branch can be applied cleanly against v3.0.1 and v2.15.1 (`git cherry-pick fb0c5d16eaa616a36daed3f012e6c0a1261cc5a4 6ebb212eef5ad42df05dfaa873a92a7b5bc115df`). That said, I'm not providing prebuilt container images for these, because doing...

There isn't much information online about the AnythingLLM AP and its compatibility with OpenAI's API. Perhaps you should open an issue with them so they can improve their OpenAI API...

Your idea is to get a reply to your message, and to then continue the conversation by sending your own reply to the bot's message? Since [v1.2.0](https://github.com/etkecc/baibot/blob/45a2d960294a7a3e8b3479e804b64c882bac9469/CHANGELOG.md#2024-10-01-version-120), baibot supports [On-demand...

1. Does entering `yes` a 2nd time make it proceed and remember this, so that you don't experience another issue during the current Ansible run? 2. Does having answered with...

What kind of timeout error are you hitting and with which provider? I've taken a quick look at the major providers we have (`openai`, `openai-compatible` and `anthropic`) and it seems...

This error seems to indicate an invalid JSON response. Maybe it's your reverse-proxy which kills the request after 60 seconds and responds with some kind of HTML.

Update: when **Labs** / **Enable thread replies** is enabled: - threads expand and get their own view with a list of all threaded messages and a textbox that lets you...

For now, I work around this issue by pinning `coredns` to an older version (older than `v1.11.0` which landed support for running as non-root here https://github.com/coredns/coredns/pull/5969). These older `coredns` versions...

It should be noted that [Keycloak](https://github.com/mother-of-all-self-hosting/mash-playbook/blob/main/docs/services/keycloak.md) and [Authentik](https://github.com/mother-of-all-self-hosting/mash-playbook/blob/main/docs/services/authentik.md) are already [supported services](https://github.com/mother-of-all-self-hosting/mash-playbook/blob/main/docs/supported-services.md) in the sister playbook [mash-playbook](https://github.com/mother-of-all-self-hosting/mash-playbook/). The Ansible roles for these ([ansible-role-keycloak](https://github.com/mother-of-all-self-hosting/ansible-role-keycloak) and [ansible-role-authentik](https://github.com/mother-of-all-self-hosting/ansible-role-authentik)) are independent and can easily...

It seems like there's no alternative to `WG_DEFAULT_DNS` yet and `1.1.1.1` & `2606:4700:4700::1111` are hardcoded and used by default for all clients as [seen here](https://github.com/wg-easy/wg-easy/blob/93db67bab61366c9c3a55c3248c950ded3cdf416/src/server/database/migrations/0001_classy_the_stranger.sql#L18). If this is adjusted, newly-created...