An open API service indexing awesome lists of open source software.

https://github.com/wukongdaily/orangepishell

在Linux上快速部署一些好用的docker项目。起初只是为了香橙派制作。推荐使用1panel面板轻松管理docker。
https://github.com/wukongdaily/orangepishell

armbian docker kvm orangepi orangepizero3 shell

Last synced: 4 months ago
JSON representation

在Linux上快速部署一些好用的docker项目。起初只是为了香橙派制作。推荐使用1panel面板轻松管理docker。

Awesome Lists containing this project

README

          

GitHub License [![Bilibili](https://img.shields.io/badge/Bilibili-123456?logo=bilibili&logoColor=fff&labelColor=fb7299)](https://www.bilibili.com/video/BV1ND421T7nB) [![YouTube](https://img.shields.io/badge/YouTube-123456?logo=youtube&labelColor=ff0000)](https://youtu.be/Ym4d7uCo9eg)

### Armbian/Ubuntu/Debian/Synology 7.2等基于Debian的Linux

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

```
### OpenWrt/iStoreOS 软路由系统
```bash
wget -qO op.sh https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/zero3/op.sh && chmod +x op.sh && ./op.sh

```
### 其它项目:[RunFilesBuilder——为iStoreOS/OpenWrt制作run文件](https://github.com/wukongdaily/RunFilesBuilder)
### 其它项目:[DockerTarBuilder 利用github action 轻松获得docker离线包](https://github.com/wukongdaily/DockerTarBuilder)
### 其它项目:[一键安装KVM虚拟机脚本:ARM机型也玩虚拟机](https://github.com/wukongdaily/OneKVM)
### 其它项目:[新项目armbian/openwrt安装器ISO 适合所有虚拟机和物理机](https://github.com/wukongdaily/armbian-installer)
### [导航站](https://tvhelper.cpolar.cn/) https://tvhelper.cpolar.cn/
### 通过ssh 连接到zero3,举例
使用主机名连接ssh `ssh orangepi@orangepizero3.lan`
或使用ip地址连接ssh
`ssh orangepi@192.168.66.106`
- 默认用户名:`orangepi`
- 默认密码:`orangepi`

## ❤️准备:首次使用 如果时间不正确可以先检查硬件时钟时间,举例说明
```
root@orangepizero3:~# hwclock -r
1970-01-02 08:03:46.251744+08:00
root@orangepizero3:~# date -s "2024-08-13 08:54:00"
Tue Aug 13 08:54:00 CST 2024
root@orangepizero3:~# hwclock -w
root@orangepizero3:~# hwclock -r
2024-08-13 08:54:07.738915+08:00
root@orangepizero3:~#
# 上述代码我们分别查询了硬件时钟时间,发现是1970年是错的,接着我们手动设置了当前时间,然后保存硬件时钟时间。
再次读取硬件时钟时间就正确了。
此时,你在执行wget等下载操作,就能成功下载脚本了。

```

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

> debian 使用 `su -`

### QNAP 威联通docker-compose 搭建小雅全家桶
```bash
bash -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/xiaoya/xiaoya-all.sh)"
```

### 扩展知识
> 如何快速获得docker离线镜像

https://github.com/wukongdaily/DockerTarBuilder

### 网盘
- docker 离线包:https://wwl.lanzouq.com/s/zero3 密码:3c60
- 免费内网穿透工具:https://i.cpolar.com/m/5Ij6
- docker全部离线包:https://drive.google.com/drive/folders/1lN14zlHeLu0zckHNftpW8kPlqGZHolL8?usp=sharing
- zero3开发版 Ubuntu Server(需要解压后再写入TF卡):https://pan.baidu.com/s/1EKlmccM6STFDb_01rv-qQQ?pwd=2gc7
- TF卡写盘工具:https://etcher.balena.io/
- 教学视频:https://www.bilibili.com/video/BV1ND421T7nB/
- 教学视频2:https://youtu.be/Ym4d7uCo9eg
# 兼容的系统(ARM64 / AMD64)

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

# 常见问题汇总⬇️⬇️⬇️
[filebrowser 如何设置自定义端口](https://github.com/wukongdaily/OrangePiShell/wiki/filebrowser-%E5%A6%82%E4%BD%95%E8%AE%BE%E7%BD%AE%E8%87%AA%E5%AE%9A%E4%B9%89%E7%AB%AF%E5%8F%A3)

[常见问题总结(持续更新中](https://github.com/wukongdaily/OrangePiShell/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)

[常见问题总结(持续更新中)](https://cafe.cpolar.cn/wkdaily/zero3/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E6%B1%87%E6%80%BB)
# 如何定时重启小雅?
[使用1panel 添加定时任务即可](https://cafe.cpolar.cn/wkdaily/zero3/wiki/%E5%A6%82%E4%BD%95%E5%AE%9A%E6%97%B6%E9%87%8D%E5%90%AF%E5%B0%8F%E9%9B%85)

# 小雅alsit 和 小雅tvbox 有啥区别吗?
```
截止到我做视频的时候,小雅alist 和 小雅tvbox 是有如下区别的。
1、小雅alist 是比较轻量化的docker。主要是影音库或者理解为一个云端的数据库。它占用内存较低,最多200M内存吧,
如果你的宿主机内存不大,那么我建议安装这个(视频里演示的那种)。而小雅tvbox,是针对tvbox 这款软件做了一些定制的,
貌似是用java写的后端?我也不确定,实际测试这款docker大约占用600M内存。x86和arm 都是如此。

2、小雅tvbox 集成了友好的WebUI管理页面,你可以很方便的在4567端口的web页,添加阿里、pikpak账号。
你还可以定制化tvbox的订阅,详细的文档建议参考作者的项目
https://github.com/power721/alist-tvbox/blob/master/doc/README_zh.md
(该作者写的文档相当的细致 爆赞👍)功能很多,配合tvbox 堪称完美!

3、小雅alist 搭建后,最好是配合安装小雅转存清理工具xiaoya-keeper,因为它每次播放或者用播放器搜刮的时候
可能会转存一份到自己的云盘。如果有这个清理工具就能帮助它迅速删除。避免占用自己的空间。而小雅tvbox 则不需要。
因为小雅tvbox默认900秒清理一次文件。不过这个数值可以更改为60秒。就在4567网页的高级配置里。

4、小雅alist 的影音数据库的更新操作依赖于容器的重启。因此最好设置一个定时任务,定时重启。(这只是目前为止,
或许以后作者会加入定时更新的功能,大家还是自行观察每天数据库到底有没有更新,以实际为准。)
而小雅tvbox,由于在4567的web页面 已经默认开启了定时更新功能,并且还能设置更新的时间。

5、小雅alist默认端口号5678,小雅tvbox默认端口号5344,这个端口号很重要,webdav 如果写错了端口号是无法读取的。

6、小雅alist 和 小雅tvbox 大家二选一就行。尽量别重复搭建。因为小雅tvbox搭建的时候应该也会拉取小雅alist
这样就重复了。

```
👉👉👉[关于小雅tvbox的介绍可以参考本视频11分后](https://www.bilibili.com/video/BV1ED421V7Dr/?share_source=copy_web&vd_source=0bb92241fb28a55c32c2e5132116b594&t=677) 👈👈👈

# 鸣谢和参考的项目
https://github.com/DDS-Derek/xiaoya-alist

https://har01d.cn/#/notes/alist-tvbox

> docker-compose 方式部署全家桶

https://github.com/monlor/docker-xiaoya

> 简单易用的文件管理器Filebrowser

https://github.com/filebrowser/get

> 国内如何安装docker

https://github.com/SuperManito/LinuxMirrors

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=wukongdaily/OrangePiShell&type=Date)](https://star-history.com/#wukongdaily/OrangePiShell&Date)

## ❤️赞助作者 ⬇️⬇️

[![点击这里赞助我](https://img.shields.io/badge/点击这里赞助我-支持作者的项目-orange?logo=github)](https://wkdaily.cpolar.cn/01)