https://github.com/adrum/docker-nginx-auth-radius
Use NGINX Auth Server backed by RADIUS server
https://github.com/adrum/docker-nginx-auth-radius
Last synced: 5 months ago
JSON representation
Use NGINX Auth Server backed by RADIUS server
- Host: GitHub
- URL: https://github.com/adrum/docker-nginx-auth-radius
- Owner: adrum
- Created: 2021-03-06T00:03:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T00:03:31.000Z (over 5 years ago)
- Last Synced: 2025-11-02T14:38:02.501Z (8 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-nginx-auth-radius
This repo compiles an nginx server with radius auth.
## How To Use
Create a conf folder and initialize default vhost and radius server settings. Then mount inside docker container. See docker-compose.yml
## ENV
```
RADIUS_SERVER_URL=192.168.1.1:1812
RADIUS_SERVER_SECRET=super-secret
RADIUS_SERVER_AUTH_METHOD=#One of: PAP CHAP MSCHAP MSCHAP2 EAPMD5
```
## INFO
I've used this as an auth_request module server:
https://www.0ink.net/2019/05/10/nginx_mod_authrequest.html
## Thanks
- https://github.com/qudreams/libmyradclient
- https://github.com/qudreams/nginx-http-radius-module
- https://marcofranssen.nl/nginx-1-19-supports-environment-variables-and-templates-in-docker/