This is the GovWifi admin site, where organisations can create and manage their GovWifi installation within their organisation.
The GovWifi developer documentation contains technical documentation for the GovWifi team in the Government Digital Service.
N.B. The GovWifi terraform repository contains information on how to build GovWifi end-to-end - the sites, services and infrastructure.
The application allows users to perform the following tasks:
- Create an admin account.
- Invite team members to their account.
- View instructions on how to setup and configure GovWifi on their local network.
- Add IP addresses of their access points to the GovWifi system.
- View logs of authentication requests to GovWifi by IP address and username.
- Make support ticket requests.
The application also includes a "Super Admin" login feature that allows a GDS administrator to:
- View all organisations signed up to GovWifi
- View all locations that use of GovWifi
- See specific information on each of these organisations
- Add custom organisation names to the allowed register
- Invite users to organisations
The application uses a few third party services, including:
-
GOV.UK Notify to handle sending out situational emails to users.
-
GOV.UK Zendesk to handle forms submitted by the user within the app.
The application also provides the following data for the RADIUS configuration via an S3 bucket:
- IP addresses.
- RADIUS secret keys
make serve
The GovWifi admin site can be accessed at http://localhost:8080. Users and credentials are configured under seeds.rb
make test
make lint
make serve
make shell
make stop
make clean
You can find in depth instructions on using our deploy process here (you must be member of the GovWifi Team to access this document).
- Fork the project
- Create a feature or fix branch
- Make your changes (with tests if possible)
- Run and linter
make lint
- Run and pass tests
make test
- Raise a pull request
This codebase is released under the MIT License.