From ee7858ff51395d72571615a2f6cc5f7d5f4b22c5 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 3 Dec 2025 13:20:03 +0100 Subject: [PATCH] fix unifi logo --- frontend/public/json/unifi-os-server-vm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/public/json/unifi-os-server-vm.json b/frontend/public/json/unifi-os-server-vm.json index dae8844ac..61ccb8ff5 100644 --- a/frontend/public/json/unifi-os-server-vm.json +++ b/frontend/public/json/unifi-os-server-vm.json @@ -10,18 +10,18 @@ "privileged": false, "interface_port": null, "documentation": "https://help.ui.com/hc/en-us", - "website": "https://www.debian.org/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/debian.webp", + "website": "https://www.ui.com/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/ubiquiti-unifi.webp", "config_path": "", - "description": "Debian Linux is a distribution that emphasizes free software. It supports many hardware platforms", + "description": "Unifi OS Server is the operating system that powers Ubiquiti's UniFi line of network devices. It provides a centralized platform for managing and monitoring UniFi access points, switches, and security gateways, offering features such as network configuration, device provisioning, and performance analytics.", "install_methods": [ { "type": "default", "script": "vm/unifi-os-server-vm.sh", "resources": { "cpu": 2, - "ram": 2048, - "hdd": 4, + "ram": 4096, + "hdd": 32, "os": null, "version": null }