当前位置:网站首页>Build a personal network disk using z-file and Qiniu cloud object storage
Build a personal network disk using z-file and Qiniu cloud object storage
2022-08-08 03:03:00 【grape juice suki】
I recently wanted to build a personal network disk to store some resources.Here we use cloud server + zfile + Qiniu cloud object storage to build.
Renting a cloud server
First, you need to buy a cloud server from a common cloud service website, such as Alibaba Cloud, Tencent Cloud, etc.It doesn't say how to rent and build it here.Using Qiniu Cloud Object Storage
The Qiniu Cloud Object Storage Service is used here.

Create space to save
Deploy z-file Z-File is an online file directory program that supports various object storage and local storage.The supported stores are:
Local Storage
Alibaba Cloud OSS
Tencent Cloud COS
Youpai Cloud USS
FTP
UFile
Huawei Cloud OBS
MINIO
S3 Universal Protocol
> Onedrive (support 21Vianet)
Qiniuyun KODOProject address: https://github.com/zfile-dev/zfile
Document address: https://docs.zfile.vip/#/Cloud server installation z-file
z-file project is a java project, jdk8 needs to be installed first
Cloud server assignment input command
export ZFILE_INSTALL_PATH=~/zfilemkdir -p $ZFILE_INSTALL_PATH && cd $ZFILE_INSTALL_PATHwget https://c.jun6.net/ZFILE/zfile-release.warunzip zfile-release.war && rm -rf zfile-release.warchmod +x $ZFILE_INSTALL_PATH/bin/*.shps: Here wget may report an error, change the command to:
wget https://c.jun6.net/ZFILE/zfile-release.war --no-check-certificateStart or stop the project after installation
~/zfile/bin/start.sh # start project~/zfile/bin/stop.sh # stop project~/zfile/bin/restart.sh # restart the projectThe port defaults to port 8080, which can be modified by modifying the configuration file.
Fill in the site information

Add Storage Source

Select Storage PolicyFor Qiniuyun

Mainly fill in AccessKey and SecretKey
p>
AccessKey and SecretKey are returned to Qiniu Cloud to obtain, clickKey management, get AK and SK


- After adding, visit the homepage ip:8080 to see that the personal network disk was successfully constructed


边栏推荐
猜你喜欢

Chinese valentine's day cup (re)

136. Single Number A number that only appears once

NVIDIA NCCL优化——利用共享内存实现比NCCL更快的集合通信

【HDLBits 刷题 6】Circuits(2)Sequential Logic---Latches and Filp Flops

Optional中orElse和orElseGet的区别

Kubernetes技术与架构(八)

Task Scheduling Framework Quartz Read the article

KDD'22 | CausalMTA: Unbiased Advertising Multi-Touch Attribution Technology Based on Causal Inference

11 个不能错过的高可用技巧

PAT甲级 1054 The Dominant Color
随机推荐
NVIDIA NCCL Optimization - Leverage shared memory for faster collective communication than NCCL
啃完这本阿里手册,应届七面进阿里
PAT甲级 1059 Prime Factors
蓝牙 att gatt 协议
RV-GAN:使用新的多尺度生成对抗网络分割眼底照片中的视网膜血管结构
1.9 and orderly array insert PTA problem sets
DisplayPort-DP接口知识
Lecture 305th game of the week
找素数问题
数据标注平台doccano----简介、安装、使用、踩坑记录
Docker安装Redis 6.2.6
云原生(三十三) | Kubernetes篇之平台存储系统部署
egg-session 将数据存储到redis
sock锁文件导致的MySQL启动失败
egg-阿里云短信配置
Negative Number Storage and Type Conversion in Program
测试岗电话面试——必问题型
音视频基础
NVIDIA——DeepStream 配置文件解析
How does SQL 2016 track which store or statement caused the record table record to be modified