greenpau / caddy-security

🔐 Authentication, Authorization, and Accounting (AAA) App and Plugin for Caddy v2. 💎 Implements Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA/2FA with App Authenticators and Yubico. 💎 Authorization with JWT/PASETO tokens. 🔐
https://authcrunch.com/
Apache License 2.0
1.38k stars 70 forks source link

Incredibly bad question #319

Open demuxer86 opened 6 months ago

demuxer86 commented 6 months ago

I unzipped the targz file to my caddy server. It's just an 'authp' file, which i assume I need to copy that to one of the caddy folders? etc/caddy? (in other words, the same directory that my caddyfile is in?)

TobiX commented 6 months ago

The archives from the release page contain a caddy binary with the caddy-security plugin already compiled in, so you should just replace a "normal" caddy installation with this binary.

greenpau commented 6 months ago

@TobiX , thank you very much for stepping in and helping out.

@demuxer86 , The best binary page is probably https://github.com/authp/authp/releases

The binaries there are up to date.