From 7ab8334c9644e99e530fb1b225635705696b86e6 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 26 Aug 2021 01:16:59 +0200 Subject: [PATCH] remove debug --- README.md | 8 ++++---- copyparty/web/up2k.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 105bd9a6..ee6b6341 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ turn your phone or raspi into a portable file server with resumable uploads/down * [bugs](#bugs) * [general bugs](#general-bugs) * [not my bugs](#not-my-bugs) -* [accounts and volumes](#accounts-and-volumes) - per-folder permissions for specific users +* [accounts and volumes](#accounts-and-volumes) - per-folder, per-user permissions * [the browser](#the-browser) - accessing a copyparty server using a web-browser * [tabs](#tabs) - the main tabs in the ui * [hotkeys](#hotkeys) - the browser has the following hotkeys (always qwerty) @@ -59,7 +59,7 @@ turn your phone or raspi into a portable file server with resumable uploads/down * [install recommended deps](#install-recommended-deps) * [optional gpl stuff](#optional-gpl-stuff) * [sfx](#sfx) - there are two self-contained "binaries" - * [sfx repack](#sfx-repack) - reduce the size of an sfx by disabling features + * [sfx repack](#sfx-repack) - reduce the size of an sfx by removing features * [install on android](#install-on-android) * [building](#building) * [dev env setup](#dev-env-setup) @@ -190,7 +190,7 @@ small collection of user feedback # accounts and volumes -per-folder permissions for specific users +per-folder, per-user permissions * `-a usr:pwd` adds account `usr` with password `pwd` * `-v .::r` adds current-folder `.` as the webroot, `r`eadable by anyone * the syntax is `-v src:dst:perm:perm:...` so local-path, url-path, and one or more permissions to set @@ -783,7 +783,7 @@ pls note that `copyparty-sfx.sh` will fail if you rename `copyparty-sfx.py` to ` ## sfx repack -reduce the size of an sfx by disabling features +reduce the size of an sfx by removing features if you don't need all the features, you can repack the sfx and save a bunch of space; all you need is an sfx and a copy of this repo (nothing else to download or build, except if you're on windows then you need msys2 or WSL) * `525k` size of original sfx.py as of v0.11.30 diff --git a/copyparty/web/up2k.js b/copyparty/web/up2k.js index 4989c3df..19baef1e 100644 --- a/copyparty/web/up2k.js +++ b/copyparty/web/up2k.js @@ -906,7 +906,7 @@ function up2k_init(subtle) { td = (now - (etaref || now)) / 1000.0; etaref = now; - ebi('acc_info').innerHTML = f2f(st.time.busy, 1) + ' ' + f2f(now / 1000, 1); + //ebi('acc_info').innerHTML = f2f(st.time.busy, 1) + ' ' + f2f(now / 1000, 1); if (!nhash) ebi('u2etah').innerHTML = 'Done ({0}, {1} files)'.format(humansize(st.bytes.hashed), pvis.ctr["ok"] + pvis.ctr["ng"]);