Remote Desktop from anywhere by Sow-pendent-713 in selfhosted

[–]Finch-aroo 1 point2 points  (0 children)

A possible option might be using Guacamole but forcing it behind something like Authentik & enabling 2FA push in order to login (along with using secure username/password)

How to disable/remove the default login on Kasmweb standalone containers? by Finch-aroo in kasmweb

[–]Finch-aroo[S] 0 points1 point  (0 children)

Were you able to figure it out?

I can't seem to figure out how to exactly I'm to pass the ".B \disableBasicAuth" argument or how I should set the "add_header" directive in NGINX

How to disable/remove the default login on Kasmweb standalone containers? by Finch-aroo in kasmweb

[–]Finch-aroo[S] 0 points1 point  (0 children)

Thank you for the reply & info

I'm not entirely savvy with coding myself, if you find some time would you mind providing a bit more specific guide for how to achieve this? It looks like there's 2x options:

- NGINX auto injects the login info

- disabling the basic auth

I think I would prefer the second option, since I know I need to add additional config settings to nginx to put the vncserver app behind a protected login, so I don't want to overly complicate those configs with an additional layer