copyparty/contrib
2021-06-06 02:53:01 +02:00
..
nginx add reverse-proxy support 2020-11-17 23:42:33 +01:00
openrc add contrib 2020-08-23 22:40:25 +00:00
systemd fix py2 + encourage py3 2021-03-06 02:42:17 +01:00
cfssl.sh add cfssl.sh 2021-02-12 07:30:20 +00:00
copyparty.bat add contrib 2020-08-23 22:40:25 +00:00
explorer-nothumbs-nofoldertypes.reg fuse: add windows-explorer settings 2021-01-06 17:18:37 +01:00
index.html add contrib 2020-08-23 22:40:25 +00:00
README.md add sharex example 2021-06-06 02:53:01 +02:00
sharex.sxcu add sharex example 2021-06-06 02:53:01 +02:00

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

  • 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 folder
  • URL: full URL to the root folder followed by $regex:1|1$
  • pw: password (or remove Parameters 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

OS integration

init-scripts to start copyparty as a service

Reverse-proxy

copyparty has basic support for running behind another webserver