6

一行命令把OrangePi打造成文件云服务器

 2 years ago
source link: https://www.lujun9972.win/blog/2018/12/12/%E4%B8%80%E8%A1%8C%E5%91%BD%E4%BB%A4%E6%8A%8Aorangepi%E6%89%93%E9%80%A0%E6%88%90%E6%96%87%E4%BB%B6%E4%BA%91%E6%9C%8D%E5%8A%A1%E5%99%A8/index.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
一行命令把OrangePi打造成文件云服务器 - 暗无天日

一行命令把OrangePi打造成文件云服务器

nextcloud是一款很有名的云服务器应用,借助docker可以让我们一行命令就将nextcloud部署到orangepi上:

docker run -d \
       --name nextcloud \
       -p 1443:443 \
       -p 1080:80 \
       -e PUID=${UID} -e PGID=$(id -g) \
       -v ${PWD}/appdata:/config \
       -v ${PWD}/data:/data \
       lsioarmhf/nextcloud-aarch64

之后访问 http://orangepi:1443 就会进入安装界面:

nextcloud_install.png

输入用户名和密码,另外如果pi的性能不够,推荐使用SQLite作为数据库。

点击安装完成后,等待一段时间让nextcloud初始化,之后用刚才设置的用户名和密码登陆就能看到nextcloud的界面了

nextcloud_files.png

2018-12-12 2018-12-12 linux和它的小伙伴 lujun9972

Related Issues not found

Please contact @lujun9972 to initialize the comment

Generated by Emacs 27.x(Org mode 9.x)

Copyright © 2014 - 2021 lujun9972   -   Powered by EGO
Themed with emacs_love


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK