ProxmoxVE/frontend/public/json/pairdrop.json
Slaviša Arežina 1c7a39438c
Refactor (#6528)
2025-08-04 09:15:32 +02:00

36 lines
837 B
JSON

{
"name": "PairDrop",
"slug": "pairdrop",
"categories": [
11
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3000,
"documentation": "https://github.com/schlagmichdoch/PairDrop/blob/master/docs/host-your-own.md",
"website": "https://github.com/schlagmichdoch/PairDrop",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/pairdrop.webp",
"config_path": "",
"description": "PairDrop: Local file sharing in your browser.",
"install_methods": [
{
"type": "default",
"script": "ct/pairdrop.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}