* 'Add new script'

* remove alpine only file

* Update rclone.json

---------

Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
push-app-to-main[bot] 2025-05-19 14:35:10 +02:00 committed by GitHub
parent d252e33e5c
commit a386765e33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 143 additions and 7 deletions

View file

@ -1,10 +1,10 @@
{
"name": "Alpine-rclone",
"slug": "alpine-rclone",
"name": "Rclone",
"slug": "rclone",
"categories": [
11
],
"date_created": "2025-05-06",
"date_created": "2025-05-15",
"type": "ct",
"updateable": true,
"privileged": false,
@ -17,16 +17,16 @@
"install_methods": [
{
"type": "default",
"script": "ct/alpine-rclone.sh",
"script": "ct/rclone.sh",
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 1,
"os": "alpine",
"version": "3.21"
"os": "debian",
"version": "12"
}
},
{
{
"type": "alpine",
"script": "ct/alpine-rclone.sh",
"resources": {