mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-25 11:11:02 +00:00
Website: harmonize all Logos | use jsDelivr CDN links for icons from selfhst/icons repo (#4603)
* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
This commit is contained in:
@@ -1,49 +1,48 @@
|
||||
{
|
||||
"name":"SQL Server 2022",
|
||||
"slug":"sqlserver2022",
|
||||
"categories":[
|
||||
8
|
||||
],
|
||||
"date_created":"2025-01-14",
|
||||
"type":"ct",
|
||||
"updateable":true,
|
||||
"privileged":true,
|
||||
"interface_port":1433,
|
||||
"documentation":"https://learn.microsoft.com/en-us/sql/sql-server/?view=sql-server-ver16",
|
||||
"website":"https://www.microsoft.com/en-us/sql-server/sql-server-2022",
|
||||
"logo":"https://www.svgrepo.com/show/303229/microsoft-sql-server-logo.svg",
|
||||
"config_path": "",
|
||||
"description":"Script to automatically set up a SQL Server 2022 installation.",
|
||||
"install_methods":[
|
||||
{
|
||||
"type":"default",
|
||||
"script":"ct/sqlserver2022.sh",
|
||||
"resources":{
|
||||
"cpu":1,
|
||||
"ram":2048,
|
||||
"hdd":10,
|
||||
"os":"Ubuntu",
|
||||
"version":"22.04"
|
||||
}
|
||||
"name": "SQL Server 2022",
|
||||
"slug": "sqlserver2022",
|
||||
"categories": [
|
||||
8
|
||||
],
|
||||
"date_created": "2025-01-14",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": true,
|
||||
"interface_port": 1433,
|
||||
"documentation": "https://learn.microsoft.com/en-us/sql/sql-server/?view=sql-server-ver16",
|
||||
"website": "https://www.microsoft.com/en-us/sql-server/sql-server-2022",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/microsoft-sql-server.webp",
|
||||
"config_path": "",
|
||||
"description": "Script to automatically set up a SQL Server 2022 installation.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/sqlserver2022.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 2048,
|
||||
"hdd": 10,
|
||||
"os": "Ubuntu",
|
||||
"version": "22.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"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user