diff options
| author | Luke Hoersten <[email protected]> | 2023-01-08 12:57:34 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2023-01-08 12:57:34 -0600 |
| commit | f74c8bd36c7796b94ed30cea2f748a14da557e14 (patch) | |
| tree | 53c868ffd07b4b72d8026bda22bef937c2ec2c7d /unifi | |
| parent | d510281ef023e4fea532f1ec2c7792c91bf5a583 (diff) | |
Updated versions.
Diffstat (limited to 'unifi')
| -rw-r--r-- | unifi/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/unifi/README.md b/unifi/README.md new file mode 100644 index 0000000..a5daf7a --- /dev/null +++ b/unifi/README.md @@ -0,0 +1,12 @@ +# Unifi Controller on ARM64 + +This role is for setting up a Ubiquiti Unifi Controller on ARM64 Ubuntu building on the [official docs](https://help.ui.com/hc/en-us/articles/220066768-UniFi-How-to-Install-and-Update-via-APT-on-Debian-or-Ubuntu) + +## Notes + +Unfortunately Unifi Controller relies on some pretty outdated packages, making them hard to find in recent Linux distributions. Specifically, the following packages need to be backported: + +- Mongo 3.6 +- libssl1.1 + +By specifying arm64 in the Xenial Mongo 3.6 apt repo, the |
