Giter Club home page Giter Club logo

dandin's Introduction

Dandin

npm install
npm run live

The directory portal contains a highly modified version of the Ubiquiti Legacy JSP Guest Portal that comes with the USG

The directory portal-archive contains the original Legacy JSP Guest Portal files.

Go into your controller, which should be http://<IP_ADDRESS>:8443

  • In Wireless Network:
    • edit wireless network and check "Apply guest policies"
  • In Guest Control,
    • Guest Policies:
      • Check "Enable Guest Portal"
      • Choose "Simple Password" and "Expiration"
    • Portal Customization:
      • Choose "Legacy JSP"
      • Check "Override templates with custom changes"

Raspberry Pi Controller

  • Some prerequisites:
    # install zip
    sudo apt-get install zip
  • The Unifi directory, or <unifi_base> is /usr/lib/unifi
  • all the junk is located in /usr/lib/unifi/data/sites/default/portal
  • You will have to change permissions on the directories to get to them
    cd /usr/lib/unifi
    # see permissions
    la -la
    sudo chmod 777 data
    cd data
    # and so on, until you reach the default directory
    zip -r site.zip portal
    mv site.zip ~/
  • copy the contents to your local machine to do work.
    scp pi@lime:/home/pi/foo.zip foo.zip

How to install Unifi Controller on Raspberry Pi

Go to the Unifi site and download the Unifi Controller for Debian/Linux

# install the Unifi Controller
sudo dpkg -i unifi_sysvinit_all.deb
# After installation, you will get a warning about missing packages. Install them.
sudo apt-get install -f
# Check the status; it should say running
sudo service unifi status
# It may not be running because Raspbian's version of Java is incompatible
sudo apt-get install openjdk-8-jre-headless -y
# If you ever need to upgrade the controller
sudo apt-get upgrade unifi

Sources

dandin's People

Contributors

herereadthis avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.