mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
versus: seafile fix, filebrowser fork
* versus: seafile DOES support write-only folders * versus: mention https://github.com/gtsteffaniak/filebrowser * connect-page: link the correct v12.x version of sharex
This commit is contained in:
parent
6920c01d4a
commit
0987dcfb1c
|
@ -239,7 +239,7 @@
|
||||||
<div class="os win">
|
<div class="os win">
|
||||||
<h1>ShareX</h1>
|
<h1>ShareX</h1>
|
||||||
|
|
||||||
<p>to upload screenshots using ShareX <a href="https://github.com/ShareX/ShareX/releases/tag/v12.4.1">v12</a> or <a href="https://getsharex.com/">v15+</a>, save this as <code>copyparty.sxcu</code> and run it:</p>
|
<p>to upload screenshots using ShareX <a href="https://github.com/ShareX/ShareX/releases/tag/v12.1.1">v12</a> or <a href="https://getsharex.com/">v15+</a>, save this as <code>copyparty.sxcu</code> and run it:</p>
|
||||||
|
|
||||||
<pre class="dl" name="copyparty.sxcu">
|
<pre class="dl" name="copyparty.sxcu">
|
||||||
{ "Name": "copyparty",
|
{ "Name": "copyparty",
|
||||||
|
|
|
@ -279,7 +279,7 @@ symbol legend,
|
||||||
| per-file passwords | █ | | | █ | █ | | █ | | █ | | | | █ |
|
| per-file passwords | █ | | | █ | █ | | █ | | █ | | | | █ |
|
||||||
| unmap subfolders | █ | | █ | | | | █ | | | █ | ╱ | • | |
|
| unmap subfolders | █ | | █ | | | | █ | | | █ | ╱ | • | |
|
||||||
| index.html blocks list | ╱ | | | | | | █ | | | • | | | |
|
| index.html blocks list | ╱ | | | | | | █ | | | • | | | |
|
||||||
| write-only folders | █ | | █ | | | | | | | | █ | █ | |
|
| write-only folders | █ | | █ | | █ | | | | | | █ | █ | |
|
||||||
| files stored as-is | █ | █ | █ | █ | | █ | █ | | | █ | █ | █ | █ |
|
| files stored as-is | █ | █ | █ | █ | | █ | █ | | | █ | █ | █ | █ |
|
||||||
| file versioning | | | | █ | █ | | | | | | | | |
|
| file versioning | | | | █ | █ | | | | | | | | |
|
||||||
| file encryption | | | | █ | █ | █ | | | | | | █ | |
|
| file encryption | | | | █ | █ | █ | | | | | | █ | |
|
||||||
|
@ -507,7 +507,6 @@ symbol legend,
|
||||||
* ⚠️ uploads not resumable / accelerated / integrity-checked
|
* ⚠️ uploads not resumable / accelerated / integrity-checked
|
||||||
* ⚠️ on cloudflare: max upload size 100 MiB
|
* ⚠️ on cloudflare: max upload size 100 MiB
|
||||||
* ⚠️ uploading small files is slow; `4.7` files per sec (copyparty does `670`/sec, 140x faster)
|
* ⚠️ uploading small files is slow; `4.7` files per sec (copyparty does `670`/sec, 140x faster)
|
||||||
* ⚠️ no write-only / upload-only folders
|
|
||||||
* ⚠️ big folders cannot be zip-downloaded
|
* ⚠️ big folders cannot be zip-downloaded
|
||||||
* ⚠️ http/webdav only; no ftp, zeroconf
|
* ⚠️ http/webdav only; no ftp, zeroconf
|
||||||
* ⚠️ less awesome music player
|
* ⚠️ less awesome music player
|
||||||
|
@ -593,6 +592,7 @@ symbol legend,
|
||||||
* ✅ user signup
|
* ✅ user signup
|
||||||
* ✅ command runner / remote shell
|
* ✅ command runner / remote shell
|
||||||
* ✅ more efficient; can handle around twice as much simultaneous traffic
|
* ✅ more efficient; can handle around twice as much simultaneous traffic
|
||||||
|
* note: keep an eye on [gtsteffaniak's fork](https://github.com/gtsteffaniak/filebrowser)
|
||||||
|
|
||||||
## [filegator](https://github.com/filegator/filegator)
|
## [filegator](https://github.com/filegator/filegator)
|
||||||
* php; cross-platform (windows, linux, mac)
|
* php; cross-platform (windows, linux, mac)
|
||||||
|
|
|
@ -32,6 +32,7 @@ def readclip():
|
||||||
def cnv(src):
|
def cnv(src):
|
||||||
hostname = str(socket.gethostname()).split(".")[0]
|
hostname = str(socket.gethostname()).split(".")[0]
|
||||||
|
|
||||||
|
yield '<!DOCTYPE html>'
|
||||||
yield '<html style="background:#222;color:#fff"><body>'
|
yield '<html style="background:#222;color:#fff"><body>'
|
||||||
skip_sfx = False
|
skip_sfx = False
|
||||||
in_sfx = 0
|
in_sfx = 0
|
||||||
|
|
Loading…
Reference in a new issue