iOS: fix a-shell docs; closes #806

This commit is contained in:
ed 2025-09-19 20:13:10 +00:00
parent 59a0122179
commit 35326a6fb8
3 changed files with 8 additions and 2 deletions

View file

@ -3023,7 +3023,7 @@ first install one of the following:
and then copypaste the following command into `a-Shell`: and then copypaste the following command into `a-Shell`:
```sh ```sh
curl https://github.com/9001/copyparty/raw/refs/heads/hovudstraum/contrib/setup-ashell.sh | sh curl -L https://github.com/9001/copyparty/raw/refs/heads/hovudstraum/contrib/setup-ashell.sh | sh
``` ```
what this does: what this does:

View file

@ -7,6 +7,12 @@
* works on windows, linux and macos * works on windows, linux and macos
* assumes `copyparty-sfx.py` was renamed to `copyparty.py` in the same folder as `copyparty.bat` * assumes `copyparty-sfx.py` was renamed to `copyparty.py` in the same folder as `copyparty.bat`
### [`setup-ashell.sh`](setup-ashell.sh)
* run copyparty on an iPhone/iPad using [a-Shell](https://holzschu.github.io/a-Shell_iOS/)
* not very useful due to limitations in iOS:
* not able to share all of your phone's storage
* cannot run in the background
### [`index.html`](index.html) ### [`index.html`](index.html)
* drop-in redirect from an httpd to copyparty * drop-in redirect from an httpd to copyparty
* assumes the webserver and copyparty is running on the same server/IP * assumes the webserver and copyparty is running on the same server/IP

View file

@ -6,7 +6,7 @@
# https://apps.apple.com/us/app/a-shell/id1473805438 # https://apps.apple.com/us/app/a-shell/id1473805438
# #
# step 2: copypaste the following command into a-Shell: # step 2: copypaste the following command into a-Shell:
# curl https://github.com/9001/copyparty/raw/refs/heads/hovudstraum/contrib/setup-ashell.sh # curl -L https://github.com/9001/copyparty/raw/refs/heads/hovudstraum/contrib/setup-ashell.sh
# #
# step 3: launch copyparty with this command: cpp # step 3: launch copyparty with this command: cpp
# #