GitHub - johnweldon/guest-portal: UniFi External Portal Server

1 min read Original article ↗

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

This repository was archived by the owner on Apr 2, 2021. It is now read-only.

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)