if i turn back now, then this will always follow... one step forward, forward
- read-only demo server at https://a.ocv.me/pub/demo/
- docker image ╱ similar software ╱ client testbed
there is a discord server with an @everyone
in case of future important updates, such as vulnerabilities (most recently 2023-07-23)
new features
- #92 users can change their own passwords 83fb569 00da744
- this feature is default-disabled; see readme
- #84 share files/folders by creating a temporary url 7c2beba
- inspired by other file servers; click the share-button to create a link like
example.com/share/enkz8g374o8g
- primary usecase is to sneak past authentication services (see issue description)
- the create-share UI has options to accept uploads into the share, and/or set expiration time
- this feature is default-disabled; see readme
- inspired by other file servers; click the share-button to create a link like
bugfixes
- #93 fixes for vproxy / location-based / not-vhost-based reverse-proxying 0b46b1a
- using
--rp-loc
to reverse-proxy from a subfolder made some UI stuff break
- using
- listening on unix-sockets: 687df2f
- fix
x-forwarded-for
support, and avoid a possible container-specific collision - new syntax which allows setting unix-permissions and unix-group
-i unix:770:www:/tmp/party.sock
(see--help-bind
for more examples)
- fix
- using relocation hooks (introduced in previous ver) could cause dedup issues c8f4aea b0af4b3
- custom fonts using
@import
css statements 5a62cb4 - invert volume scrollwheel 7d8d943
other changes
- changed the button colors in theme 2 (pm-monokai) from red to yellow 5153db6
- the red buttons look better, but are too confusing because usually red means off
💾 what to download?
download link | is it good? | description |
---|---|---|
copyparty-sfx.py | ✅ the best 👍 | runs anywhere! only needs python |
a docker image | it's ok | good if you prefer docker 🐋 |
copyparty.exe | ⚠️ acceptable | for win8 or later; built-in thumbnailer |
u2c.exe | ⚠️ acceptable | CLI uploader as a win7+ exe (video) |
copyparty.pyz | ⚠️ acceptable | similar to the regular sfx, mostly worse |
copyparty32.exe | ⛔️ dangerous | for win7 -- never expose to the internet! |
cpp-winpe64.exe | ⛔️ dangerous | runs on 64bit WinPE, otherwise useless |