Files
ProxmoxVE-Local/scripts/json/pairdrop.json
Michel Roegl-Brunner 5cb7bc95fa Add filter Buttons
2025-11-13 15:26:49 +01:00

36 lines
906 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": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [],
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
}