Sign inSign up

catatnight/ara

By catatnight

Updated almost 11 years ago

ARA - a FreeRADIUS web interface

Image
2

625

catatnight/ara repository overview

Docker-ARA

ARA - a FreeRADIUS web interface in Docker

Requirement

  • Docker 1.0

Installation

  1. Pull image (as root)

    $ docker pull catatnight/ara
    
  2. Import user-info table to radius database

    $ wget https://raw.githubusercontent.com/catatnight/docker-freeradius/master/ara/da.sql
    $ mysql -uradius -p radius < da.sql
    

Usage

  1. Create container (as root)

    docker run -p 8080:80 -e mysql_server=1.2.3.4 -e mysql_login=radius -e mysql_passwd=radius -e admin_passwd=123456 \
     --name ara -d catatnight/ara
    
  2. You can visit web client on http://your.host.name:8080 with admin/$admin_passwd

Note

  • TBD

Reference

Tag summary

Content type

Image

Digest

sha256:b2c8bf4f0

Size

181.5 MB

Last updated

almost 11 years ago

docker pull catatnight/ara