Looks good. Do you have an example for Nginx Proxy Manager?
Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Ditto! I'd also appreciate a normal nginx example as well!
Watching this comment...
I need a reminder bot...
@remindme@mstdn.social 4 days
Wow, this looks incredible! I always wanted to to deploy something like Authelia or Authentik but they seemed way too heavy for my purpose.
Whats the runtime memory usage of the docker container?
That exact reasoning is what led me to make this project! :)
As for memory usage, the nforwardauth container uses about 4MB of memory when running with the Traefik example (under examples/traefik-v2
)
Thanks and hope this helps!
I'll admit, I'm not a huge fan of Traefik (It's too big of a hassle for me and I use Cloudflare tunnels anyway). I couldn't get past the login even after literally copy pasta of your example for the user test as a last resort. So, I'm not sure if it's because I'm not using Traefik or some other reason. (Username tried was test Password Test) I also tried at first my username/password combo I set for it using the command to generate the passwd file.
I had this problem until I realised I wasn't mounting the passwd file correctly. You need to mount passwd.txt not the passwd folder
Cool project, I’ve been looking for something like this!
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
Nevermind, found the correct config in the examples folder ~~(there is also nginx example there 😅 )~~ (edit: it was traefik)
I haven't had time to set it up yet so thanks for finding that! Looks nice and simple
Did it work?