From 273c5c75ee7c11a94db94d2474fa769ed90b483e Mon Sep 17 00:00:00 2001 From: "community-scripts-pr-app[bot]" <189241966+community-scripts-pr-app[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 10:55:52 +0000 Subject: [PATCH] Update date in json (#11568) Co-authored-by: GitHub Actions --- frontend/public/json/sqlserver2025.json | 98 ++++++++++++------------- 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/frontend/public/json/sqlserver2025.json b/frontend/public/json/sqlserver2025.json index 0af9ba70e..6e7830c42 100644 --- a/frontend/public/json/sqlserver2025.json +++ b/frontend/public/json/sqlserver2025.json @@ -1,52 +1,52 @@ { - "name": "SQL Server 2025", - "slug": "sqlserver2025", - "categories": [ - 8 - ], - "date_created": "2026-02-04", - "type": "ct", - "updateable": true, - "privileged": true, - "interface_port": 1433, - "documentation": "https://learn.microsoft.com/en-us/sql/sql-server/?view=sql-server-ver17", - "website": "https://www.microsoft.com/en-us/sql-server/sql-server-2025", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/microsoft-sql-server.webp", - "config_path": "", - "description": "Script to automatically set up a SQL Server 2025 installation with Ubuntu 24.04 support.", - "install_methods": [ - { - "type": "default", - "script": "ct/sqlserver2025.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 10, - "os": "Ubuntu", - "version": "24.04" - } - } - ], - "default_credentials": { - "username": null, - "password": null + "name": "SQL Server 2025", + "slug": "sqlserver2025", + "categories": [ + 8 + ], + "date_created": "2026-02-05", + "type": "ct", + "updateable": true, + "privileged": true, + "interface_port": 1433, + "documentation": "https://learn.microsoft.com/en-us/sql/sql-server/?view=sql-server-ver17", + "website": "https://www.microsoft.com/en-us/sql-server/sql-server-2025", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/microsoft-sql-server.webp", + "config_path": "", + "description": "Script to automatically set up a SQL Server 2025 installation with Ubuntu 24.04 support.", + "install_methods": [ + { + "type": "default", + "script": "ct/sqlserver2025.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 10, + "os": "Ubuntu", + "version": "24.04" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "If you choose not to run the installation setup, execute: `/opt/mssql/bin/mssql-conf setup` in LXC shell.", + "type": "info" }, - "notes": [ - { - "text": "If you choose not to run the installation setup, execute: `/opt/mssql/bin/mssql-conf setup` in LXC shell.", - "type": "info" - }, - { - "text": "You can setup the admin account 'SA' during installation", - "type": "info" - }, - { - "text": "Make sure you disable the SA account if you intend to use this in production!", - "type": "warning" - }, - { - "text": "Ubuntu 24.04 support requires SQL Server 2025 CU1 or later", - "type": "info" - } - ] + { + "text": "You can setup the admin account 'SA' during installation", + "type": "info" + }, + { + "text": "Make sure you disable the SA account if you intend to use this in production!", + "type": "warning" + }, + { + "text": "Ubuntu 24.04 support requires SQL Server 2025 CU1 or later", + "type": "info" + } + ] }