Update copyparty to v1.20.13 (#5149)
This commit is contained in:
parent
64c809a3ee
commit
6dd8ebb20c
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 3923
|
||||
|
||||
web:
|
||||
image: ghcr.io/9001/copyparty-ac:1.20.12@sha256:244433d3ee46c73c85882ecb47d9dfe1c29ce8274f9fd038c5a1bea258c1a3aa
|
||||
image: ghcr.io/9001/copyparty-ac:1.20.13@sha256:059c7e2c75a4d2402ccc23febc281b87dc80ec2ba2dcb23de1f666f0b33b9b74
|
||||
restart: on-failure
|
||||
user: "1000:1000"
|
||||
volumes:
|
||||
|
||||
@ -3,7 +3,7 @@ id: copyparty
|
||||
name: copyparty
|
||||
tagline: A versatile all-in-one file server for everything
|
||||
category: files
|
||||
version: "1.20.12"
|
||||
version: "1.20.13"
|
||||
port: 3923
|
||||
description: >-
|
||||
📼 copyparty is a lightweight yet incredibly powerful file sharing platform designed to give you complete control over your data. It transforms any environment into a personal and fully featured file hub where you can upload, download, edit, and organize files directly through an intuitive web interface. Everything happens in the browser without the need for additional software, making it fast, convenient, and accessible from virtually anywhere.
|
||||
@ -32,12 +32,17 @@ gallery:
|
||||
- 4.jpg
|
||||
- 5.jpg
|
||||
releaseNotes: >-
|
||||
⚠️ This release fixes a security vulnerability — if you use FTP or SFTP with file shares, other files in the same folder could be accessed by guessing filenames — updating is strongly recommended if you have FTP or SFTP enabled
|
||||
New features in this release:
|
||||
- Added support for `.hidden` files to exclude specific files from directory listings without affecting their availability
|
||||
- Added thumbnail pregeneration option
|
||||
- Shares can now grant permission to view dotfiles
|
||||
|
||||
|
||||
Bugfixes in this release:
|
||||
- Fixed FTP and SFTP allowing access to sibling files within a shared folder when using file-specific shares
|
||||
- Fixed a secondary minor security issue unrelated to file access
|
||||
- Fixed missing thumbnails when the server OS lacked JXL support and the browser requested JXL images
|
||||
- Fixed the new-version alert only appearing for admins with permissions on the webroot specifically
|
||||
- Fixed mkdir not being blocked in cases where it should have been
|
||||
- Fixed the nohtml and noscript volume flags breaking the web UI when set on the webroot
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/9001/copyparty/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user