ProxmoxVED/frontend/public/json/resiliosync.json
David Bennett cf39acc554 feat: add Resilio Sync LXC container script
Adds new LXC container script for Resilio Sync peer-to-peer file synchronization.
Includes container creation script, install script, and frontend json following project conventions.
2025-08-14 10:46:05 -05:00

36 lines
915 B
JSON

{
"name": "Resilio Sync",
"slug": "resiliosync",
"categories": [
11
],
"date_created": "2025-08-14",
"type": "ct",
"updateable": true,
"privileged": false,
"config_path": "/etc/resilio-sync/config.json",
"interface_port": 8888,
"documentation": "https://help.resilio.com/",
"website": "https://www.resilio.com/sync",
"logo": "https://www.resilio.com/images/sync-appicon-blue-bg.svg",
"description": "Fast, reliable, and simple file sync and share solution, powered by P2P technology. Sync files across all your devices without storing them in the cloud.",
"install_methods": [
{
"type": "default",
"script": "ct/resiliosync.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}