Update alpine-rclone

This commit is contained in:
tremor021
2025-04-28 20:50:19 +02:00
parent 3691988549
commit a89e2b2fcc
3 changed files with 8 additions and 8 deletions

View File

@@ -2,9 +2,9 @@
"name": "Alpine-rclone",
"slug": "alpine-rclone",
"categories": [
20
11
],
"date_created": "2025-04-11",
"date_created": "2025-04-28",
"type": "ct",
"updateable": true,
"privileged": false,
@@ -12,7 +12,7 @@
"documentation": "https://rclone.org/docs/",
"website": "https://rclone.org/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/rclone.svg",
"config_path": "",
"config_path": "~/.config/rclone/rclone.conf",
"description": "Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors' web storage interfaces",
"install_methods": [
{
@@ -21,7 +21,7 @@
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 0.2,
"hdd": 1,
"os": "alpine",
"version": "3.21"
}
@@ -32,7 +32,7 @@
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 0.2,
"hdd": 1,
"os": "alpine",
"version": "3.21"
}
@@ -53,4 +53,3 @@
}
]
}