wy580477

Results 104 comments of wy580477

I have built a ready-to-use image for x86_64 and aarch64: ghcr.io/wy580477/chatgpt_telegram_bot:latest https://github.com/wy580477/chatgpt_telegram_bot/tree/custom You need to mount a config.yml to container: ``` version: "3" services: mongo: container_name: mongo image: mongo:latest restart:...

> 我不明白怎么做可以给我一些参考教程吗 下载 [docker-compose.yml](https://github.com/wy580477/chatgpt_telegram_bot/blob/custom/docker-compose.yml) 和 [config.example.yml](https://github.com/wy580477/chatgpt_telegram_bot/blob/custom/config/config.example.yml) 然后编辑 config.example.yml 设置 openai 和 tg bot 的 token。 运行下面两条命令: mv ./config.example.yml ./config.yml docker-compose up -d

> 感谢,https://i.328888.xyz/2023/03/04/GlYaE.png 我是不是构建成功了 没有。我给你的是现成的容器镜像,不需要构建,你为啥要去构建。。。 直接改完config.yml, docker-compose up -d 就完事了。。。

> https://imgloc.com/i/GHRN5 是不是这样大哥 别问我了,你用的都不是我给你的docker-compose文件,我帮不了你。

You don‘t need to expose mongo container's 27107 port. Delete mongo's ports section in docker-compose file.

Run into same problems. Can't restart / delete tasks in queue. Installed in python:3.8-alpine container via pipx. ``` upgrading shared libraries... upgrading pyload-ng from spec 'pyload-ng[plugins]'... pyload-ng is already at...

我用op自带的软件源更新后也遇到了。 解决办法是卸载,然后下载这个仓库发布的ipk文件安装,就正常了。

You can cancel a running Rclone job via Rclone WebUI.

> @wy580477 please let me know can i change the A self-hostable personal dashboard from [Homer Dashboard](https://github.com/bastienwirtz/homer) to [Homarr](https://github.com/ajnart/homarr) You can run another Homarr container then config by yourself. I...