Skip to content

Commit

Permalink
add copyparty (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoilc authored Oct 17, 2024
1 parent 9f53204 commit 9b5b5e6
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bucket/copyparty-u2c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "1.15.8",
"description": "The CLI uploader for copyparty, a portable file server.",
"homepage": "https://github.com/9001/copyparty/blob/hovudstraum/bin/README.md#u2cpy",
"license": "MIT",
"url": "https://github.com/9001/copyparty/releases/download/v1.15.8/u2c.exe",
"hash": "602c728e971480c51e1b372b50d10ac5c081732ed31d2c29e9e88e55017f459a",
"bin": "u2c.exe",
"checkver": {
"github": "https://github.com/9001/copyparty"
},
"autoupdate": {
"url": "https://github.com/9001/copyparty/releases/download/v$version/u2c.exe"
}
}
28 changes: 28 additions & 0 deletions bucket/copyparty.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": "1.15.8",
"description": "Portable file server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no deps.",
"homepage": "https://github.com/9001/copyparty",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/9001/copyparty/releases/download/v1.15.8/copyparty.exe",
"hash": "19d503ecd19021bf941369e3490692507a5695dd5adab82557cac24326927278"
},
"32bit": {
"url": "https://github.com/9001/copyparty/releases/download/v1.15.8/copyparty32.exe#/copyparty.exe",
"hash": "3d897be52f060fd242fe275e1166956e497cf8ed1f0e9b920673248508eb3470"
}
},
"bin": "copyparty.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/9001/copyparty/releases/download/v$version/copyparty.exe"
},
"32bit": {
"url": "https://github.com/9001/copyparty/releases/download/v$version/copyparty32.exe#/copyparty.exe"
}
}
}
}

0 comments on commit 9b5b5e6

Please sign in to comment.