mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
20 lines
833 B
Markdown
20 lines
833 B
Markdown
### [`copyparty.bat`](copyparty.bat)
|
|
* launches copyparty with no arguments (anon read+write within same folder)
|
|
* intended for windows machines with no python.exe in PATH
|
|
* works on windows, linux and macos
|
|
* assumes `copyparty-sfx.py` was renamed to `copyparty.py` in the same folder as `copyparty.bat`
|
|
|
|
### [`index.html`](index.html)
|
|
* drop-in redirect from an httpd to copyparty
|
|
* assumes the webserver and copyparty is running on the same server/IP
|
|
* modify `10.13.1.1` as necessary if you wish to support browsers without javascript
|
|
|
|
# OS integration
|
|
init-scripts to start copyparty as a service
|
|
* [`systemd/copyparty.service`](systemd/copyparty.service)
|
|
* [`openrc/copyparty`](openrc/copyparty)
|
|
|
|
# Reverse-proxy
|
|
copyparty has basic support for running behind another webserver
|
|
* [`nginx/copyparty.conf`](nginx/copyparty.conf)
|