From 17428660106b813422f333576755467139801189 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Sat, 13 Jun 2020 12:33:34 +0200 Subject: [PATCH] update --- unifi/readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unifi/readme.md b/unifi/readme.md index ea94be4..63cae3f 100644 --- a/unifi/readme.md +++ b/unifi/readme.md @@ -12,7 +12,10 @@ Ubiquiti managment utility for wifi access points and other hardware.
* [Manual](https://dl.ui.com/guides/UniFi/UniFi_Controller_V5_UG.pdf) * [linuxserver github](https://github.com/linuxserver/docker-unifi-controller) -UniFi is a web based managment software for Ubiquiti devices.
+UniFi is a web based managment software for Ubiquiti devices. + +It is written in Java, utilizing the Spring Framework +and using MongoDB as a database. Docker image used here is provided by [linuxserver.io](https://www.linuxserver.io/)