diff options
-rw-r--r-- | files/usr/local/etc/poudriere.d/pkglist.pkg_repository | 4 | ||||
-rw-r--r-- | files/usr/local/lib/firefox/distribution/policies.json.desktop | 8 | ||||
-rw-r--r-- | scripts/hostclass/unifi_controller | 2 | ||||
m--------- | site | 0 |
4 files changed, 8 insertions, 6 deletions
diff --git a/files/usr/local/etc/poudriere.d/pkglist.pkg_repository b/files/usr/local/etc/poudriere.d/pkglist.pkg_repository index 6fcac55..a80c547 100644 --- a/files/usr/local/etc/poudriere.d/pkglist.pkg_repository +++ b/files/usr/local/etc/poudriere.d/pkglist.pkg_repository @@ -101,11 +101,12 @@ net-mgmt/icingaweb2 net-mgmt/icingaweb2-module-icingadb net-mgmt/monitoring-plugins net-mgmt/networkmgr -net-mgmt/unifi8 +net-mgmt/unifi9 net/asterisk18 net/freeradius3 net/lualdap net/nss-pam-ldapd-sasl +net/onedrive net/openldap26-client net/openldap26-server net/p5-perl-ldap @@ -113,6 +114,7 @@ net/php${php_version}-ldap net/php${php_version}-sockets net/py-matrix-synapse-ldap3 net/py-python-ldap +net/rclone net/rsync net/socat net/syncthing diff --git a/files/usr/local/lib/firefox/distribution/policies.json.desktop b/files/usr/local/lib/firefox/distribution/policies.json.desktop index b04c154..aa1d19b 100644 --- a/files/usr/local/lib/firefox/distribution/policies.json.desktop +++ b/files/usr/local/lib/firefox/distribution/policies.json.desktop @@ -178,10 +178,6 @@ "Value": false, "Status": "default" }, - "privacy.trackingprotection.socialtracking.enabled": { - "Value": false, - "Status": "locked" - }, "browser.urlbar.suggest.quicksuggest.nonsponsored": { "Value": false, "Status": "locked" @@ -206,6 +202,10 @@ "Value": false, "Status": "locked" }, + "browser.newtabpage.activity-stream.feeds.section.topstories": { + "Value": false, + "Status": "locked" + }, "media.cubeb.backend": { "Value": "oss", "Status": "locked" diff --git a/scripts/hostclass/unifi_controller b/scripts/hostclass/unifi_controller index 96558e1..9793265 100644 --- a/scripts/hostclass/unifi_controller +++ b/scripts/hostclass/unifi_controller @@ -7,7 +7,7 @@ unifi_https_key="${unifi_home}/data/unifi.key" unifi_keystore="${unifi_home}/data/keystore" # Install required packages. -pkg install -y unifi8 +pkg install -y unifi9 # Create ZFS dataset for unifi data. create_dataset -o "mountpoint=${unifi_home}/data" "${state_dataset}/unifi" diff --git a/site b/site -Subproject eb4265bda68d7ae1632bd1de0619129e5c2cc59 +Subproject 47da52ac3bb12fd90e69e4c5d4ae600410c054c |