aboutsummaryrefslogtreecommitdiffstats

UniFi Controller Frontpage

This is the source code for my UniFi Controller's frontpage. This page is accessable via port 80 and port 443.

Compiling the Code

Jekyll

Jekyll is a static site generator built in Ruby on Rails. With this approach, you are able to build a high power build site, using a low power, very stable webserver running a static site.

Jekyll is not needed on the webserver, updates must be done by a build system, from this source repository, then sent to the webserver.

Updating the site

First change into the source directory of the site, once in, update via

jekyll build

License

              GNU GENERAL PUBLIC LICENSE
                Version 3, 29 June 2007

UniFi Controller Frontpage
Copyright (C) 2012-2017 Matt Rude <[email protected]>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.