Rafael Goes

Results 14 comments of Rafael Goes

I'm also unable to register users, but my I can't even get to the register page. Simple docker install, changed .env property to allow registration, but still can't see how...

Took some time to find time but the "first time" showing issue is fixed @daattali

Do you get any error messages? are you able to run other docker images? `sudo docker run hello-world` Or even nvidia hello world: `sudo docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu20.04...

Which UI are you using @StefH ? did you add something somewhere to enable api? When I use auto1111, clicking in the api link shows a page informing me it...

Getting the UI to work is fine on my side, I'm curious about the API. Regardless if I run `auto-cpu` or `auto` clicking on the api-link at the bottom gives...

I'm using speedtest with docker, behind Traefik proxy (also docker, same docker host). As I was having similar issues, I decided to test out the 4 combinations Master + Traefik...

Just created a pull request based on my understanding of the documentation and of the code. With the change, the CookieTest will have SameSite=None **regardless** of the configuration. As a...

Looks same as this https://github.com/jakowenko/double-take/issues/313#issuecomment-1560064936 Issue on version check requests failing as latest release workflow logs got displaced by CodeQL runs. Also same as #317

Just followed the steps above and it works, but ensure that **you have an older version of bazel.** I'm on a fresh Ubuntu 22.04 Server, and installing latest Bazel (6.0.0)...

That's a bummer! I was hoping to find a way to reduce the time needed to updated multiple devices (my ESPHome dashboard runs in a VM in my NAS, not...