mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
2 KiB
2 KiB
plugins/
- example extensions
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 tocopyparty.py
in the same folder ascopyparty.bat
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
sharex.sxcu
- sharex config file to upload screenshots and grab the URL
RequestURL
: full URL to the target folderpw
: password (remove thepw
line if anon-write)
however if your copyparty is behind a reverse-proxy, you may want to use sharex-html.sxcu
instead:
RequestURL
: full URL to the target folderURL
: full URL to the root folder (with trailing slash) followed by$regex:1|1$
pw
: password (removeParameters
if anon-write)
explorer-nothumbs-nofoldertypes.reg
- disables thumbnails and folder-type detection in windows explorer
- makes it way faster (especially for slow/networked locations (such as copyparty-fuse))
cfssl.sh
- creates CA and server certificates using cfssl
- give a 3rd argument to install it to your copyparty config
- systemd service at
systemd/cfssl.service
OS integration
init-scripts to start copyparty as a service
systemd/copyparty.service
runs the sfx normallyrc/copyparty
runs sfx normally on freebsd, create acopyparty
usersystemd/prisonparty.service
runs the sfx in a chrootopenrc/copyparty
Reverse-proxy
copyparty has basic support for running behind another webserver