Giter Club home page Giter Club logo

freeradius's Introduction

FreeRadius Docker Container

Latest Build Status Docker Pulls Docker Stars MB License

Docker tags:

Tag freeradius Version Description Release Date
latest 3.0.25 Latest stable release 2022-02-27


Description

FreeRadius container built on Alpine Linux.

See: https://wiki.freeradius.org/guide/Basic-configuration-HOWTO and the rest of the FreeRadius Wiki for setup help.


Usage

This container exposes the following two ports:

  • 1812/udp freeradius authorization service port
  • 1813/udp freeradius accounting service port

*Basic docker-compose.yml to launch a FreeRadius instance and make it accessible

version: '3'

services:
  freeradius:
    image: goofball222/freeradius
    container_name: freeradius
    network_mode: bridge
    restart: unless-stopped
    ports:
      - 1812:1812/udp
      - 1813:1813/udp
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - ./clients.conf:/etc/raddb/clients.conf
      - ./radiusd.conf:/etc/raddb/radiusd.conf
      - ./authorize:/etc/raddb/mods-config/files/authorize
      - ./certs:/etc/freeradius/certs
    environment:
      - TZ=UTC

Environment variables:

Variable Default Description
DEBUG false Set to true for extra entrypoint script verbosity for debugging
PGID 999 Specifies the GID for the container internal radius group (used for file ownership)
PUID 999 Specifies the UID for the container internal radius user (used for process and file ownership)
RADIUSD_OPTS unset Any additional custom run options for the container radiusd process

freeradius's People

Contributors

goofball222 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.