Update to 2025-01-14 16:00

This commit is contained in:
Daniel Berteaud
2025-01-14 16:00:08 +01:00
parent f42360f27d
commit f0826b850a
8 changed files with 13 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
# Where unifi will be installed
unifi_root_dir: /opt/unifi
# Version to deploy
unifi_version: 8.6.9
unifi_version: 9.0.108
# URL to get the installation tarball
unifi_archive_url: https://www.ubnt.com/downloads/unifi/{{ unifi_version }}/UniFi.unix.zip
# Expected sha256

View File

@@ -6,7 +6,7 @@ After=syslog.target network.target
Type=simple
User=unifi
WorkingDirectory={{ unifi_root_dir }}/app
ExecStart=/usr/lib/jvm/jre-17/bin/java \
ExecStart=/usr/lib/jvm/jre-21/bin/java \
--add-opens=java.base/java.io=ALL-UNNAMED \
--add-opens=java.base/java.lang=ALL-UNNAMED \
--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED \

View File

@@ -1,6 +1,6 @@
---
unifi_packages:
- java-17-openjdk-headless
- java-21-openjdk-headless
- mongodb-org-server
- mongodb-org