RoboMagus

Results 127 comments of RoboMagus

Out of curiosity, can this be reproduced in other webviews on your android device? (e.g. chrome browser)

After tinkering with a secondary HA app, can confirm that this reproduces.

The question is how though. With multiple users, which should be selected to bypass the authentication? For some applications I'm hosting I have similar requirements (e.g. authenticated when accessing remotely,...

What's your compose config for running this container? If you've copied this error message straight from your logs, it seems that you have included a ' ' (space) in your...

It's not explicitly mentioned indeed, but if you deploy based on the [provided docker-compose example](https://raw.githubusercontent.com/goauthentik/authentik/version-2022.4/docker-compose.yml) you'll see it mentioned on the worker node.

@gueldenstone, You got me curious as well, as I've just copied the relevant parts of the docker-compose example into my config and was satisfied once I got it all up...

I've always had some issues with Authentik being slower to log me in compared to Authelia (which I've previously used). Figured this was because my setup runs on a puny...

I noticed the same thing occasionally. However there is an additional concern: the failing load causes a 401 error. I've setup Ipban for some additional security, but this causes loading...

> The docker image explicitly sets the PYTHONUSERBASE to /octoprint/plugins so that any python modules installed go onto the volume mount instead of the python system path. That is indeed...

## Steps to reproduce: ### 1. Create bare Octoprint Docker container in compose based on Octoprint 1.7: ``` yaml octoprint: image: octoprint/octoprint:1.7 container_name: octoprint restart: unless-stopped privileged: true volumes: -...