agstr/freeradius-rest

By agstr

Updated about 1 year ago

FreeRadius Rest For PHPNuxBill

Image
Networking
API management
0

677

agstr/freeradius-rest repository overview

FreeRadius Rest For PHPNuxBill

Docker Compose


services:
  freeradiusrest:
    image: agstr/freeradius-rest:latest
    container_name: FREERADIUSREST
    ports:
          - 1812-1813:1812-1813/udp
          - 1222:22
    restart: unless-stopped
    logging:
        driver: "json-file"
        options: 
            max-size: "1m"
            max-file: "3"
    privileged: true
    environment:
        #Set timezone
          - TIME_ZONE=Asia/Jakarta
          
        #ssh root password
          - ROOT_PASSWORD=12345678

        #freeradius config
          - RADIUS_SECRET=mysecretradius
          - RADIUS_CLIENT=0.0.0.0
          - RADIUS_DEBUG=no
          - REST_API=https://phpnuxbill.agstr.xyz/radius.php

Tag summary

Content type

Image

Digest

sha256:4f2bcef99

Size

30.5 MB

Last updated

about 1 year ago

docker pull agstr/freeradius-rest