this post was submitted on 31 Oct 2023
1 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
 

I am looking to host a simple website with forms and information. I have the pages made on my PC and am going to move them over to my Ubuntu server at some point. I also have an instance of Keycloak running and setup. I would like to put these pages behind a login, hopefully using Keycloak OIDC.
My question is, what are you using to serve webpages with authentication? I have used IIS (way back in the day) and currently a package called CloudPanel (similar to cPanel), only haven't done authentication with it. Before I got to far into setup, I was curious if anyone had any solutions they liked better than others and why? Just looking to see if I should keep going down my path or if there are better options out there. Thank you!

top 1 comments
sorted by: hot top controversial new old
[–] bbigras@sh.itjust.works 1 points 10 months ago

oauth2-proxy with nginx is pretty simple IIRC.