UNMS
UNMS copied to clipboard
Installation Scripts for Ubiquiti Network Management System
Docker is great for dev's but is a real challenge to validate security environment of the executing code and where it originated from for security analysis. IE who build redis...
https://github.com/Ubiquiti-App/UNMS/blob/5ffb7a749e26c6c406f5751d3778ec1fe660c59f/src/install-full.sh#L1217 cron.d entry remained after using uninstall procedure from https://help.ubnt.com/hc/en-us/articles/115015689767-UNMS-Uninstall-Guide
Hello, this PR proposes a change to unms-cli which specifies the docker-compose project directory instead of the specific compose file, allowing for normal docker-compose override mechanics to work again, which...
... except to the tarballs? whould be easier for patches and pull requests
branch=master version=1.3.7 Downloading installation package for version 1.3.7. Setting VERSION=1.3.7 Distribution: 'ubuntu 18.04' Docker version: 19.03.8 Docker compose version: 1.9.0 panic: reflect: indirection through nil pointer to embedded struct [recovered]...
I recently set up UNMS for my small home network and I have a minor issue that's been bugging me. I have a few devices that are powered down/disconnected from...
curl -fsSL https://unms.com/v1/install > /tmp/unms_inst.sh && sudo bash /tmp/unms_inst.sh --http-port 9080 --https-port 9443 branch=master version=1.2.7 Downloading installation package for version 1.2.7. Setting HTTP_PORT=9080 Setting HTTPS_PORT=9443 Setting VERSION=1.2.7 Distribution: 'ubuntu 20.04'...
My environment is a plain Ubuntu 18.04.4 LTS with dockerio, docker-compose, etc. installed. I'm following the instructions in: [https://help.ubnt.com/hc/en-us/articles/115012196527-UNMS-Installation-Guide](https://help.ubnt.com/hc/en-us/articles/115012196527-UNMS-Installation-Guide) - 1st stage works fine. It downloads the `unms_inst.sh` script and...