From 48a68942a365837aa2ee80f6aeacb020dd20ca24 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 12 Jun 2019 22:18:54 +0000 Subject: [PATCH] more todo --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f19ffc56..a1be816e 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,17 @@ optional, enables thumbnails: * `Pillow` (requires py2.7 or py3.5+) -# install on android +# install on android (fully automatic soon™) install [Termux](https://termux.com/) (see [ocv.me/termux](https://ocv.me/termux/)) and then ```sh apt install python python3 -m venv ~/pe/ve.copyparty -. ~/pe/ve.copyparty/activate +. ~/pe/ve.copyparty/bin/activate pip install jinja2 -# download copyparty somehow +# download copyparty somehow, for example from git: +git clone https://github.com/9001/copyparty +cd copyparty python3 -m copyparty ``` @@ -58,7 +60,7 @@ CFLAGS=-I$HOME/../usr/include/ pip install Pillow # dev env setup ```sh -python3 -v venv .env +python3 -m venv .env . .env/bin/activate pip install jinja2 # mandatory deps pip install Pillow # thumbnail deps @@ -70,6 +72,11 @@ pip install black bandit pylint flake8 # vscode tooling roughly sorted by priority +* deal with multiprocessing being busted on android +* permissions break for `ed` on `-v /home/ed/vfs:moji:r -v /home/ed/inc:inc:r:aed` * http error handling (conn.status or handler-retval) +* look into android thumbnail cache file format +* run-script for android * last-modified header * support pillow-simd +* figure out the deal with pixel3a not being connectable as hotspot