Skip to content

keeganwhite/radiusdesk-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RADIUSdesk Docker

Dockerized version of the RADIUSdesk Project. Find the source code here.

Quickstart

Ensure you have docker and docker compose installed and simply run: docker compose up -d. This will pull MariaDB and the RADIUSdesk docker container and then build the containers for you with the necessary config.

Accessing the Services

Once you have run the docker-compose.yml file and the service is up (check its status using docker logs radiusdesk) you can log in with the default credentials at http://127.0.0.1:80/.

The default username and password for RADIUSdesk are root and admin, respectively.

Important Considerations

The docker service name for the database and the username and passwords in the database config need to match those in the RADIUSdesk config in the original repo, which defaults to the passwords listed above. Changing these will not work in version 4.0.0.

The app_local.php file specifies the details in the original repo.

Dockerhub

The container can be found on Dockerhub here.

About

A dockerized version of radius desk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published