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:
CanbiZ
2025-05-20 11:51:20 +02:00
committed by GitHub
parent 1e2fda29b7
commit 326f5e9151
329 changed files with 3962 additions and 4095 deletions

View File

@ -1,41 +1,40 @@
{
"name": "Jupyter Notebook",
"slug": "jupyternotebook",
"categories": [
20
],
"date_created": "2025-02-24",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8888,
"documentation": "https://jupyter-notebook.readthedocs.io/en/stable/",
"website": "https://jupyter.org/",
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Jupyter_logo.svg/800px-Jupyter_logo.svg.png",
"config_path": "",
"description": "The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.",
"install_methods": [
{
"type": "default",
"script": "ct/jupyternotebook.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "ubuntu",
"version": "24.04"
}
"name": "Jupyter Notebook",
"slug": "jupyternotebook",
"categories": [
20
],
"date_created": "2025-02-24",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8888,
"documentation": "https://jupyter-notebook.readthedocs.io/en/stable/",
"website": "https://jupyter.org/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/jupyter.webp",
"config_path": "",
"description": "The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.",
"install_methods": [
{
"type": "default",
"script": "ct/jupyternotebook.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "ubuntu",
"version": "24.04"
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "To get the token to access the Jupyter Notebook, run the following command: jupyter notebook list.",
"type": "info"
}
]
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "To get the token to access the Jupyter Notebook, run the following command: jupyter notebook list.",
"type": "info"
}
]
}