Skip to content

feiyuhero/OrangePiShell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub License

通过ssh 连接到zero3,举例

使用主机名连接ssh ssh [email protected]
或使用ip地址连接ssh ssh [email protected]

  • 默认用户名:orangepi
  • 默认密码:orangepi

准备:首次使用 如果时间不正确可以先更新软件 然后设置时区

# 举例 可以先手动设置好 当前时间 比如 
sudo date -s "2024-05-11 07:45:00"
# 更新apt
sudo apt update
# 设置时区Asia/Shanghai
sudo orangepi-config

调用命令之前最好先切后到root模式 ubuntu/synology 使用 sudo -i
debian 使用 su -

Ubuntu/Debian/Synology等基于Debian的Linux

wget -qO pi.sh https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/zero3/pi.sh && chmod +x pi.sh && ./pi.sh

OpenWrt/iStoreOS 软路由系统

wget -qO op.sh https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/zero3/op.sh && chmod +x op.sh && ./op.sh

网盘

兼容的系统(ARM64 / AMD64)

系统 机型
Ubuntu ✅ Debian ✅ Deepin ✅
OpenWrt ✅ iStoreOS ✅ MT-3000 ✅
NanoPi-R2S ✅ NanoPi-R4S ✅ NanoPi-Neo3 ✅
Synology ✅ QNAP ✅ UNRAID ✅
Raspberrypi ✅ PVE ✅ Zero3 ✅

常见问题汇总⬇️⬇️⬇️

filebrowser 如何设置自定义端口

常见问题总结(持续更新中

常见问题总结(持续更新中)

如何定时重启小雅?

使用1panel 添加定时任务即可

参考项目

https://github.com/DDS-Derek/xiaoya-alist
https://har01d.cn/#/notes/alist-tvbox

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%