ProxmoxVE/json/aria2.json

38 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "Aria2",
"slug": "aria2",
"categories": [
"File - Code"
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": 0,
"privileged": 0,
"interface_port": "6880",
"documentation": "",
"website": "https://aria2.github.io/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/linux.svg",
"description": "Aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.",
"install_methods": [
{
"type": "default",
"script": "ct/aria2.sh",
"resources": {
"cpu": "2",
"ram": "1028",
"hdd": "8",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "",
"password": ""
},
"alerts": [
{
"alert": "Within the LXC console, run `cat rpc.secret` to display the rpc-secret. Copy this token and paste it into the Aria2 RPC Secret Token box within the AriaNG Settings. Then, click the reload AriaNG button."
}
]
}