当前位置:网站首页>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


边栏推荐
猜你喜欢
随机推荐
云原生(三十三) | Kubernetes篇之平台存储系统部署
🤫 linkET | 完美解决ggcor安装失败方案(附教程)
easypoi自定义模板导出
Online futures account opening is becoming more and more popular
The sock MySQL start failure caused by lock file
stack push and pop sequence
sock锁文件导致的MySQL启动失败
devops学习(十一) 构建主分支--触发器--钉钉通知
NVIDIA——DeepStream 配置文件解析
DisplayPort-DP接口知识
prometheus学习1部署了解
Spark基础【RDD分区和并行度】
PAT甲级 1055 The World‘s Richest
【实战讲解】数据血缘落地实施
find prime problem
蓝牙 att gatt 协议
任务调度框架 Quartz 一文读懂
The conceptual framework of consciousness: does our consciousness arise from attentional schemas?
意识的概念框架:我们的意识从注意图式产生?
ICML 2022 | LeNSE: Subgraph-Based Large-Scale Combinatorial Optimization: Achieving Over 140x Speedup







