this post was submitted on 02 Aug 2023
100 points (99.0% liked)

Selfhosted

39162 readers
385 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.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hey all!

New to lemmy and want to share a project I've been working on: nforwardauth (https://github.com/NOSDuco/nforwardauth) a simple forwardauth service for Traefik (and other reverse proxies) I built after being sick of basic auth. It now contains a logout page if you navigate to the auth service after being logged in. Another upgrade added is basic auth compatibility. For things like nzb360 where you need to skip the login form, you can specify your same credentials in the URL via basic auth and you will be authenticated with each request.

Hope this is useful to someone :)

you are viewing a single comment's thread
view the rest of the comments
[–] damo_omad@lemmy.world 2 points 1 year ago (3 children)

Looks good I'm going to spin this up. To use with Caddy is it the same as Authelia?

https://caddyserver.com/docs/caddyfile/directives/forward_auth#authelia

[–] conrad82@lemmy.world 2 points 1 year ago* (last edited 1 year ago) (1 children)

Nevermind, found the correct config in the examples folder ~~(there is also nginx example there 😅 )~~ (edit: it was traefik)

https://github.com/nosduco/nforwardauth/tree/main/examples

[–] damo_omad@lemmy.world 1 points 1 year ago

I haven't had time to set it up yet so thanks for finding that! Looks nice and simple

load more comments (1 replies)