Max von Tettenborn

Results 22 comments of Max von Tettenborn

1. Isn't there something like an admin user? Some user with special permission? If not, this is not needed. I'm not sure how user creation would be handled then, though....

Oh now I remember. I commented there as well. Sorry for the duplication. Anyway, it might have made sense to add it to this ticket as well. Correction on the...

I am upvoting this! The perfect proxy auth feature for me would work like this: 1. Start the app with additional environment variables: * containing the name of the initial...

Thank you, I did not spot this! But does this really work? I tried starting kanborad like this: `docker run -it --rm -e REVERSE_PROXY_AUTH=true -e REVERSE_PROXY_USER_HEADER=REMOTE_USER -e [email protected] -p 8080:80...

I also would love to have a proxy auth feature and OIDC would not work for me. I am running Planka behind a Traefik reverse proxy which handles all my...

I believe an proxy auth option would be useful in particular, even if the app is only used by a single user. Hosting multiple apps on a homer server and...

I got it working with your hint, thank you! Seem like using `REMOTE_USER` as a header key is a special case and I would have had to send a header...

I have the same problem on Arch Linux. My application is named differently, no naming conflict with an existing one. I also checked, the file is created in `.zfunc`.

I'd like to heavily upvote the request for proxy authentication because it is just so simple and elegant. The perfect proxy auth feature for me would work like this: 1....

I would still love to see a proxy auth option as described above. Should this be another ticket then?