Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 434 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 434 Bytes

Guest Portal

This serves as an external portal server for UniFi.

It is very simple and simply presents a Terms and Conditions page which the guest must accept before connecting to the network.

The terms can be overridden by providing an alternative template to the default templates/terms.html

Development Environment

In bash, set environment with:

eval $(sed -e 's/^.\{1,\}$/export &/' .env)