Mrered Cio

Results 43 comments of Mrered Cio

同求!这个功能结合 OneAPI 使用会非常方便!

我的情况比较特殊,我在国内有可用网络的 NAS 上部署服务,用 Tailscale 隧穿到国内云服务器上,用 Nginx Proxy Manager 代理隧穿过来的服务。我之前尝试在 NAS 上装 Cloudflare Tunnel 容器,但是因为 NAS 使用 OpenWrt 提供网络,CF Tunnel 一直无法正常配置。

> 我也存在同样的疑问。我使用的是docker部署NPM,但是疑惑的是因为docker同时部署NPM和Freegpt35两个容器,其docker0网桥并不一致,是否可以使用docker inspect 来分别查看两个容器的ip,然后再NPM的反代ip里面设置freegpt35的容器ip; 另一种思路是在部署容器的时候使用docker network create my_network命令来创建一个docker网络,然后启动容器时用--network参数来指定,使NPM和freegpt35处于同一个网络中,再进入NPM界面设置反代。 不知道哪种方式比较好,有没有大佬或者实操过的朋友给出解答 你直接在 NPM 里使用 172.17.0.1 这个 Docker host 网络的 IP 代理即可。 我反向代理的问题已经解决了,直接修改了 NPM 的 .conf 配置文件。

https://github.com/LokerL/tts-vue/blob/96cabf49cf891bfb2b441b2cea592dc5b6b4ec43/electron/utils/log.ts#L11 这里没有考虑 macOS

I tried to write a demo, but I found that the software name changes with the system locale, so I don't know how to determine the value of the variable...

> I love this app, but it would be great to add it to [Homebrew](https://brew.sh/), a popular package manager for macOS (and Linux). > > By adding your app to...

> I tried to write a demo, but I found that the software name changes with the system locale, so I don't know how to determine the value of the...

I've implemented [third-party Homebrew support](https://github.com/ivaquero/homebrew-chinese/blob/main/Casks/pixel-perfect.rb).

> I tried to write a demo, but I found that the software name changes with the system locale, so I don't know how to determine the value of the...

目前我手动用docker安装ddns-go使用的,希望官方尽快支持一下!感谢!