copyparty/contrib
2022-04-30 23:28:51 +02:00
..
nginx use preferred sort on initial render, fixes #8 2021-12-03 02:07:08 +01:00
openrc fix permission flags in service scripts 2021-08-09 23:26:30 +02:00
plugins add flat theme 2022-04-14 16:57:51 +02:00
rc contrib: add freebsd rc script 2021-10-31 19:25:22 +01:00
systemd safer systemd example (unprivileged user + NAT for port 80 / 443) 2022-04-30 23:28:51 +02:00
cfssl.sh add service to autogenerate TLS certificates 2022-04-30 22:54:35 +02: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 meadup changes 2022-01-03 01:16:27 +01:00
sharex-html.sxcu v0.11.8 2021-06-06 19:09:55 +02:00
sharex.sxcu v0.11.8 2021-06-06 19:09:55 +02:00

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