Skip to content

Commit 48a41d0

Browse files
authored
Added copyparty as Foundation App (#843)
* Add files via upload * Fix Uppercase Error
1 parent d017123 commit 48a41d0

3 files changed

Lines changed: 227 additions & 0 deletions

File tree

copyparty/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "ea1750dfb51ad4e6d5ef56923811c1e7fc9f7c00",
3+
"name": "copyparty",
4+
"website": "https://github.com/9001/copyparty",
5+
"license": "MIT License",
6+
"description": "Portable file server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no deps",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "copyparty.svg"
10+
}

copyparty/copyparty.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\copyparty;
4+
5+
class copyparty extends \App\SupportedApps // phpcs:ignore
6+
{
7+
}

copyparty/copyparty.svg

Lines changed: 210 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)