copyparty/contrib
kipukun ;_ c0da4b09bf contrib: bump python version in rc script
the default version of Python is now 3.9 as of FreeBSD 13.2-RELEASE
2023-10-13 10:15:27 +02:00
..
apache docs cleanup: 2023-04-23 20:25:44 +00:00
ios add iOS uploader (mk.ii) 2023-03-18 18:38:37 +00:00
nginx docs: 2023-08-25 21:57:26 +00:00
nixos/modules add option to generate pax-format tar archives 2023-09-08 21:13:23 +00:00
openrc v1.5.4 2022-12-29 04:44:15 +00:00
package update pkgs to 1.9.11 2023-10-09 00:51:41 +00:00
plugins something dumb 2023-04-01 00:16:30 +00:00
rc contrib: bump python version in rc script 2023-10-13 10:15:27 +02:00
systemd generate tls certs 2023-06-10 22:46:24 +00:00
windows v1.9.8 2023-10-06 17:50:35 +00:00
cfssl.sh generate tls certs 2023-06-10 22:46:24 +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 golf / normalize window.location 2023-09-20 22:07:40 +00:00
media-osd-bgone.ps1 adopt the osd hider 2022-07-05 23:36:44 +02:00
README.md cleanup 2023-01-19 22:26:49 +00: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
webdav-cfg.bat webdav.bat and readme tweaks 2023-02-20 21:00:04 +00: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)

media-osd-bgone.ps1

  • disables the windows OSD popup (the thing on the left) which appears every time you hit media hotkeys to adjust volume or change song while playing music with the copyparty web-ui, or most other audio players really

explorer-nothumbs-nofoldertypes.reg

  • disables thumbnails and folder-type detection in windows explorer
  • makes it way faster (especially for slow/networked locations (such as partyfuse))

webdav-cfg.reg

  • improves the native webdav support in windows;
    • removes the 47.6 MiB filesize limit when downloading from webdav
    • optionally enables webdav basic-auth over plaintext http
    • optionally helps disable wpad, removing the 10sec latency

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

Reverse-proxy

copyparty has basic support for running behind another webserver