this post was submitted on 09 Nov 2023
2 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Hi all,

I have been seeing in several companies that i support that the basic auth method is being disabled on the company browsers. As such, i am now unable to get access to my sites that are behind basic auth from that location - ie, the auth dialog window does not show and goes immediately into a 401 not authorized.

I don't want to go the app-auth way (because i would have to rely on the security of the app itself, and thus more work to maintain my stuff), and would prefer something like mod_auth_form all packaged up in a reverse proxy docker container so it would be easier to plan a deployment.

Does anyone know of such a container that does reverse proxy, and form authentication? Remember, basic auth is a no-no.

Thanks!

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 10 months ago

Wait, what? Are they really removing http(s) basic authentication support from Chrome?

[–] [email protected] 1 points 10 months ago

Another option for a simple Auth provider is nforwardauth https://github.com/nosduco/nforwardauth.

Works great for me and is really simple

[–] [email protected] 1 points 10 months ago

Basic auth over https is encrypted.