Skip to content

docker/eduroam-freeradius

3.0-20200221-i…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Code
This branch is 21 commits ahead, 6 commits behind main.

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 8, 2020 14:57
March 4, 2020 16:15
May 3, 2021 20:26
May 3, 2021 20:30
May 8, 2020 14:57
May 3, 2021 20:18

eduroam-freeradius

How to deploy the eduroam FreeRadius docker container on a docker-enabled host:

Run the container directly:

docker run -d -p 443:443 -p 1812:1812/udp -p 1813:1813/udp tier/eduroam-freeradius:3.0-20200221

Below are settings for the container and their default values, which can be overridden at run-time:

DB_LOCATION=local
DB_DRIVER=rlm_sql_mysql
DB_DIALECT=mysql
DB_HOST=localhost
DB_PORT=3306
DB_ROOT_PWD=SuperStrongPassword
DB_USER=radius
DB_USER_PWD=SuperStrongPassword
DB_NAME=radius
ENV=dev
USERTOKEN=nothing

The Daloradius UI should now be accessible on port 443 (https) of the host (with a self-signed cert). Default creds are:

username: administrator
password: radius

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published