level 1
兄弟们,我有 CasaOS 官方工程师好友。
他们说会发新版 CasaOS解决这个问题,给我发来了新版的安装包。
我自己这台用了大熊的脚本解决了,不过大家想测的话,也可以联系我。不知这里能不能留联系方式,感兴趣私信我吧。
能解决应用问题还是好的。
2025年11月27日 07点11分
1
level 2
Github里面的issue已经有解决方法了,把版本号加到一个配置文件里
2025年11月27日 23点11分
2
level 2
最好是卡萨vs的影音播放器能支持ac3编码。这样一个系统就可以替代所有的影音 app了
2025年11月27日 23点11分
3
level 2
Hi all, i saw this solution suggested by Docker and someone else from reddit, i tested it and confirm working, you dont need to downgrade the docker to 28, you can use 29.
TLDRYou can fix it without downgrading Docker or Portainer. You can add the variable DOCKER_MIN_API_VERSION=1.24 to the docker service config ( this fixes the issue for Traefik aswell if you are using this, since traefik uses the version 1.24 )systemctl edit docker.serviceAdd this part above the line ### Lines below this comment will be discarded:[Service]Environment=DOCKER_MIN_API_VERSION=1.24Save the file and exit systemctl restart docker
systemctl edit docker.service Add this part above the line ### Lines below this comment will be discarded: [Service] Environment=DOCKER_MIN_API_VERSION=1.24 Save the file and exit systemctl restart docker
2025年11月28日 02点11分
4