Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beta UniFi Network Application 8.6.3 #332

Open
wants to merge 27 commits into
base: tong2x-7.5x.opnsense
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions install-unifi/install-unifi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
# Installs the Uni-Fi controller software on a FreeBSD machine (presumably running pfSense).

# The latest version of UniFi:
UNIFI_SOFTWARE_URL="https://dl.ui.com/unifi/7.5.187-f57f5bf7ab/UniFi.unix.zip"
UNIFI_SOFTWARE_URL="https://dl.ui.com/unifi/8.6.3-rj47uhde42/UniFi.unix.zip"


# The rc script associated with this branch or fork:
RC_SCRIPT_URL="https://raw.githubusercontent.com/unofficial-unifi/unifi-pfsense/master/rc.d/unifi.sh"

# List of valid/supported mongodb package names, sorted with the latest being first
# As UniFi adds support for new mongodb versions, just prepend them to this list
SUPPORTED_MONGODB_PACKAGES="mongodb44 mongodb42 mongodb40 mongodb36 mongodb34 mongodb32 mongodb"
SUPPORTED_MONGODB_PACKAGES="mongodb50 mongodb44 mongodb42 mongodb40 mongodb"

# If pkg-ng is not yet installed, bootstrap it:
if ! /usr/sbin/pkg -N 2> /dev/null; then
Expand Down Expand Up @@ -154,6 +155,7 @@ AddPkg jpeg-turbo
AddPkg zstd
AddPkg libdeflate
AddPkg jbigkit
AddPkg lerc
AddPkg tiff
AddPkg freetype2
AddPkg fontconfig
Expand Down