Skip to content

bryce-gibson/docker-freeradius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeRADIUS
==========

Basic Docker container for FreeRADIUS.

Configured to run FreeRADIUS and expose the Radius port.

Users are defined in the users file. By default there is `admin:password`.

The start.sh script will also take user details from env and add them as users.
Eg running this container with `-e RADIUS_USER_test=password` will add a user
with the username "test" and the password "password".

The FreeRADIUS config will allow anyone to access it with the secret
`testing123`.


The /etc/freeradius directory is exposed as a volume, and FreeRADIUS will
reload if it receives a SIGHUP. In combination this means you can modify files
in the volume, and then `pkill -HUP freeradius` (approximate, tweak as needed)
to make more enthusiastic modifications to the FreeRADIUS configuration.

_None of this is even fractionally secure, it's just meant for dev purposes._

About

Basic docker container for a FreeRADIUS instance. Way insecure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages