当前位置:网站首页>私人云盘部署
私人云盘部署
2022-07-06 06:18:00 【shatianyzg】
一、极简化部署
利用docker一键部署
centos7 安装方法:
curl -sSL https://get.docker.com/ | sh
systemctl start docker
systemctl enable docker.service
2.安装nextcloud
docker run -d --name nextcloud -p 80:80 -v /root/nextcloud:/data rootlogin/nextcloud
安装完成后,登录地址为http://ip
3.创建管理员账号
进入网盘
设置用户
上传文件
上传照片
边栏推荐
- 【eolink】PC客户端安装
- [C language] qsort function
- 一文揭开,测试外包公司的真 相
- 黑猫带你学eMMC协议第10篇:eMMC读写操作详解(read & write)
- ESP32 ESP-IDF看门狗TWDT
- 模拟卷Leetcode【普通】1062. 最长重复子串
- 二维码的前世今生 与 六大测试点梳理
- 曼哈顿距离与曼哈顿矩形-打印回字型矩阵
- 模拟卷Leetcode【普通】1249. 移除无效的括号
- Still worrying about how to write web automation test cases? Senior test engineers teach you selenium test case writing hand in hand
猜你喜欢
使用Nacos管理配置
数据库隔离级别
E - food chain
Summary of anomaly detection methods
JWT-JSON WEB TOKEN
Buuctf-[bjdctf2020]zjctf, but so (xiaoyute detailed explanation)
How to extract login cookies when JMeter performs interface testing
【Postman】Monitors 监测API可定时周期运行
Caused by:org. gradle. api. internal. plugins . PluginApplicationException: Failed to apply plugin
浅谈专项测试之弱网络测试
随机推荐
Testing and debugging of multithreaded applications
技术分享 | 常见接口协议解析
Manhattan distance sum - print diamond
【C语言】qsort函数
10m25dcf484c8g (FPGA) amy-6m-0002 BGA GPS module
[postman] test script writing and assertion details
模拟卷Leetcode【普通】1061. 按字典序排列最小的等效字符串
How to extract login cookies when JMeter performs interface testing
【Postman】动态变量(也称Mock函数)
Detailed explanation of P problem, NP problem, NPC problem and NP hard problem
Selenium source code read through · 9 | desiredcapabilities class analysis
Interface test: what are the components of the URL in fiddler
Win10 cannot operate (delete, cut) files
MFC 动态创建的对话框及改变控件的大小和位置
【Tera Term】黑猫带你学TTL脚本——嵌入式开发中串口自动化神技能
模拟卷Leetcode【普通】1314. 矩阵区域和
leaflet 地图
模拟卷Leetcode【普通】1062. 最长重复子串
Buuctf-[[gwctf 2019] I have a database (xiaoyute detailed explanation)
Still worrying about how to write web automation test cases? Senior test engineers teach you selenium test case writing hand in hand