https://github.com/GiuseppeGalilei/Unifi-Network-Application
Easily deploy Unifi Network Application, on Docker 🐳
https://github.com/GiuseppeGalilei/Unifi-Network-Application
casaos cloudkey compose container dietpi docker networking script self-hosted ubiquiti unifi unifi-controller unifi-network-application
Last synced: 2 months ago
JSON representation
Easily deploy Unifi Network Application, on Docker 🐳
- Host: GitHub
- URL: https://github.com/GiuseppeGalilei/Unifi-Network-Application
- Owner: GiuseppeGalilei
- License: mit
- Created: 2023-12-27T13:18:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T15:36:06.000Z (about 2 years ago)
- Last Synced: 2024-05-12T16:40:16.957Z (about 2 years ago)
- Topics: casaos, cloudkey, compose, container, dietpi, docker, networking, script, self-hosted, ubiquiti, unifi, unifi-controller, unifi-network-application
- Language: Shell
- Homepage:
- Size: 60.5 KB
- Stars: 45
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-unifi - GiuseppeGalilei/Unifi-Network-Application - Easily deploy UniFi Network Application on Docker. (Docker Images / Ruby)
README
Easily deploy Unifi Network Application, on Docker 🐳

## The easy way, OneLiner install! (BETA, feedback is appreciated)
```bash
wget -O install.sh https://raw.githubusercontent.com/GiuseppeGalilei/Unifi-Network-Application/main/OneLiner/install.sh && chmod +x install.sh && ./install.sh
```
Just copy and paste this command in your terminal, an intuitive script will guide you through the process
Watch the demo on Youtube: https://www.youtube.com/watch?v=AEg99KGtOFY
## The classic way, Raw compose files with instructions
You can find:
- 🐳 Docker compose for deploying Unifi Network Application (including mongodb) on a **Generic System**, along with instructions
- 🐳 Docker compose for deploying Unifi Network Application (including mongodb) on **DietPi** systems, along with instructions
- 🐳 Docker compose for deploying Unifi Network Application (including mongodb) through **CasaOS**, along with instructions
- 📔 **Cheat Sheet** about random Ubiquiti stuff
### After install
Because the network application runs inside Docker, by default it uses an IP address not accessible by other devices.
So, for it to adopt other devices, it is required to use port `8080` and change the inform IP address. To do so, go in settings and search for the `Inform Host` option, there select override and set the address to that of the host.
Often, it is also needed to SSH into the devices you want to adopt and manually set the inform IP address, the command needed for doing so is `set-inform http://HOST-ADDRESS:8080/inform`.
### Development
Feel free to raise issues and share your insights.
You can also join a more "relaxed" discussion on [Reddit](https://www.reddit.com/r/Ubiquiti/comments/18stenb/unifi_network_application_easy_docker_deployment/).
### Common issue
Sometimes the unifi-network-application will start before the db is ready, this stops the starting process.
To solve this, just restart the network application container.
### For CasaOS users:
The [Pull Request](https://github.com/IceWhaleTech/CasaOS-AppStore/pull/374) I created got merged!!
Now you can easily deploy the Unifi Network Application from the official **CasaOS AppStore**.🤩