系统刷写完成后插入网线(不要用无线网络)
ssh 工具登录地址: itcommander.local
用户名:pi 密码:raspberry

执行下面命令完成安装
bash <(curl -L -s https://sumju.net/docker.sh)

镜像下载地址:
OneDrive:
https://1drv.ms/u/s!AnVTrriZ2E3uawzra4DdPnln9c4?e=yNbfRD

百度盘链接:https://pan.baidu.com/s/1UVwEQG5aVgM49VhhmYNaww
提取码:17z8

YaDisk:
https://yadi.sk/d/WGFjXqa9xrFPPg

完成安装后系统会自动重启

镜像基于OpenFans 提供的64位树莓派系统。(支持包括:2Bv1.2,3B,3B+,3A+,4B)需要最小16G TF卡
电脑需要安装iTuns才可以访问下面地址。SSH用户名:pi 密码:raspberry

内置项目:

CockPit                  (树莓派系统管理界面 https://itcommander.local:9090 用户名密码同SSH)
Portainer                (Docker 管理网页界面 https://itcommander.local:8443)
Home Assistant     (http://itcommander.local:8123)
Configurator       (http://itcommander.local:3218 用户名:admin 密码: itcommander)
Noed-Red             (http://itcommander.local:1880)
IOBroker               (http://itcommander.local:8181)
Mopidy                 (蓝牙和3.5mm耳机同步输出声音,蓝牙配对连接即可播放音乐,音乐路径已设置共享目录。)
SnapCast            (音乐播放服务器,可SnapCast客户端网络连接树莓派,多点同步播放Mopidy音乐。)
ZigBee2Mqtt      (自制ZigBee网关使用)
MariaDB             (Mysql 数据库 用户名:root 密码:itcommander)
ESPHome           (http://itcommander.local:6052)
HomeBridge      (配对苹果家庭摄像头,显示MotionEye里的画面)
MQTT                   (mqtt标准服务器,无用户名密码)
MotionEye           (配置USB或网络摄像头,http://itcommander.local:8765 用户名:admin 密码:空)
OpenWRT          (http://openwrt.local 需要网线连接,WiFi不可用)

注1: 所有Docker容器配置文件存放在/opt/目录下。
注2: 如果没有插网线跑脚本OpenWrt将不会安装,如需再次安装,插上网线再次运行安装脚本。



更多教程: https://1t.click/avAU
电报群: https://1t.click/avAX
电报频道: https://1t.click/avBs
Twitter : https://1t.click/avBg
网 站: https://sumju.net
Facebook: https://1t.click/avBn

62 对 “树莓派64位镜像,集成Docker版本OpenWrt,还有Home Assistant。”的想法;

  1. 我下了这个,烧录到了sd卡,具体我不是太会弄。需要电脑装个苹果的iTunes,然后直接连树莓么?还是通过路由器自动获得地址。但我在路由器上也没看到有树莓获得ip地址。

  2. 这个版本的的Server Controls里面只有重启,没有check script的选项。请问一下有没有其他方法可以在重启前检查script语法什么的是否正确的方法啊?

  3. 有一个报错:这个有什么补救措施吗
    ———————————
    Running setup.py bdist_wheel for bottle: started
    Running setup.py bdist_wheel for bottle: finished with status ‘error’
    Complete output from command /usr/bin/python -u -c “import setuptools, tokenize;__file__=’/tmp/pip-build-v00F2Y/bottle/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))” bdist_wheel -d /tmp/tmpG9qZDCpip-wheel- –python-tag cp27:
    usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
    or: -c –help [cmd1 cmd2 …]
    or: -c –help-commands
    or: -c cmd –help

    error: invalid command ‘bdist_wheel’

    —————————————-
    Failed building wheel for bottle
    Running setup.py clean for bottle
    Running setup.py bdist_wheel for tabulate: started
    Running setup.py bdist_wheel for tabulate: finished with status ‘error’
    Complete output from command /usr/bin/python -u -c “import setuptools, tokenize;__file__=’/tmp/pip-build-v00F2Y/tabulate/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))” bdist_wheel -d /tmp/tmpziXwqcpip-wheel- –python-tag cp27:
    /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: ‘long_description_content_type’
    warnings.warn(msg)
    usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
    or: -c –help [cmd1 cmd2 …]
    or: -c –help-commands
    or: -c cmd –help

    error: invalid command ‘bdist_wheel’
    Failed building wheel for tabulate

    —————————————-

回复 oppuyg o 取消回复