Zdir 3.1.0 Released with Basic File Management Features

zdir 3.1.0file managementdirectory listinggolang vue3lightweight网盘
Published·Modified·

Zdir 3 is a lightweight directory listing program developed with Golang and Vue3. It supports deployment on Linux, Docker, and Windows, and offers preview capabilities for common file types such as videos, audio, and code. It is suitable for personal or startup file sharing and can also serve as a lightweight cloud storage solution.

Zdir Interface

3.1.0 Update Highlights

  • Added username and password initialization
  • Added user login functionality
  • Added folder creation, file upload, file deletion, and file renaming (available after login)
  • Added default sorting with folders listed before files
  • Added API support: https://doc.xiaoz.org/books/zdir-3/chapter/api
  • Fixed several bugs

Update Details

After installing version 3.1.0, click the "Login" button in the top right corner to initialize the username and password before logging in.

Login Initialization

Password Setup

Once logged in, you can perform operations such as creating folders, uploading files, deleting files, and renaming files.

File Operations

File Renaming:

Rename File Step 1

Rename File Step 2

Click the "+" button in the bottom right corner to create a new folder.

Create Folder

Other user-transparent features are not detailed here.

One-Click Upgrade

For Linux users who have installed Zdir version 3.0.0, you can perform a one-click upgrade using the following command:

# One-click upgrade Zdir
curl -s "http://soft.xiaoz.org/zdir/sh/upgrade.sh"|bash 3.1.0

For other upgrade methods, please refer to the upgrade documentation: https://doc.xiaoz.org/books/zdir-3/chapter/eecca

Additional Information