Skip to content

gyf304/pikpakdav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PikPakDAV

PikPakDAV is a simple WebDAV server for PikPak. The intended use case is to use it in conjunction with rclone to download files from PikPak.

Installation

Use docker images at Docker Hub.

Usage

docker run -d -p 8080:8080 gyf304/pikpakdav

Use http://localhost:8080 as WebDAV server address. Use your PikPak username and password to login.

Supported Operations

The server is a read-only WebDAV server, with additional DELETE support.