mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-31 08:49:02 +00:00
* 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>
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "Kubo",
|
|
"slug": "kubo",
|
|
"categories": [
|
|
4
|
|
],
|
|
"date_created": "2024-06-27",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 5001,
|
|
"documentation": "https://docs.ipfs.tech/how-to/command-line-quick-start/",
|
|
"website": "https://github.com/ipfs/kubo",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/ipfs.webp",
|
|
"config_path": "~/.ipfs/config",
|
|
"description": "Kubo, developed by IPFS, is a decentralized file storage and sharing protocol. It implements the IPFS protocol, allowing users to manage files across a distributed network, ensuring data integrity and availability. Kubo supports file versioning, pinning, provides APIs and CLI tools for developers, and allows customizable node configurations for enhanced privacy and control.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/kubo.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 4096,
|
|
"hdd": 4,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|