网络无翻墙功能
- 方法1 ping ghcr.io,延时很大甚至有丢包的
C:\Users\djhui>ping ghcr.io
Pinging ghcr.io [20.205.243.164] with 32 bytes of data:
Reply from 20.205.243.164: bytes=32 time=67ms TTL=112
Reply from 20.205.243.164: bytes=32 time=67ms TTL=112
Reply from 20.205.243.164: bytes=32 time=67ms TTL=112
Reply from 20.205.243.164: bytes=32 time=67ms TTL=112
- 方法2 通过docker 拉取镜像很慢,几乎不能拉取的
docker pull ghcr.io/home-assistant/home-assistant:stable
从这里下载静像
链接: https://github.com/ha-china/HAOS-CN/releases/tag/15.1
其它版本与官方安装一致, x86版本,如果没有物理机,可以通过解压后用qemu的方式测试,可能跟物理机会略有区别。
解压出文件haos_generic-x86-64-15.1.img
运行如下命令:
sudo qemu-system-x86_64 -m 2048 -smp 2 -drive file=haos_generic-x86-64-15.1.img,format=raw -display sdl -bios /usr/share/ovmf/OVMF.fd -netdev user,id=net0,hostfwd=tcp::8123-:8123 -device e1000,netdev=net0
- 浏览器访问localhost:8123
记录整个初始化的时间告诉我
当前版本已经集成了HACS极速版,可以在系统集成里直接添加