采用docker的方式避免了很多设置过程中的存在的问题,例如找不到Country.mmdb、无法设置ui(我就卡在这里,直接克隆gh-page或者本地重构clash-dashboard都无法实现访问面板)等问题。 6、更优雅地使用systemctl守护进程运行clash docker方式受限于服务器的性能,大部分基础云服务器年付后平摊约1元/天,我购入的是阿里云的...
Docker Compose version:"3"services:clash:container_name:clashimage:zyao89/clash-with-dashboardrestart:alwaysports: -"7890:7890"-"7891:7891"-"80:80"volumes: -./config.yaml:/root/.config/clash/config.yaml This docker image is based ondreamacro's docker image....
Docker image Docker Hubhaishanh/yacd GitHub Container Registryghcr.io/haishanh/yacd docker run -p 1234:80 -d --name yacd --rm ghcr.io/haishanh/yacd:master#and then open http://localhost:1234 in your browser Supported URL query params ...
Dockerfile Cache and gzip assets in docker May 8, 2022 README.md gpt 翻译 Apr 16, 2023 README_CN.md gpt 翻译 Apr 16, 2023 docker-entrypoint.sh Add YACD_DEFAULT_BACKEND env var for Docker image (haishanh#663) Feb 13, 2022
Docker imageis also available ashaishanh/yacd. Extra note for Firefox users: yacdis using theFetch (Web) APIto stream chunked API response from Clash to draw the traffic chart. But currently the streaming feature in Firefox needs to be turned on manually. Here is how to: ...
Dockerfile refactor: use api base url instead of hostname and port Sep 8, 2020 README.md docs: add build command in README Jul 1, 2020 babel.config.js build: compile ts files with babel Jun 3, 2020 package.json v0.2.7 Sep 13, 2020 ...
Docker imageis also available ashaishanh/yacd. Development #install dependenciesyarn#start the dev server#then go to http://127.0.0.1:3000yarn start#build optimized assets#ready to deploy assets will be in the directory `public`yarn build ...
Dockerfile README.md babel.config.js package.json prettier.config.js server.js webpack.config.js yarn.lock Yet AnotherClashDashboard The sitehttp://yacd.haishan.meis served with HTTP not HTTPS is because many browsers blocking request to HTTP resources from a HTTPS website. If you think it...
Docker imageis also available ashaishanh/yacd. Extra note for Firefox users: yacdis using theFetch (Web) APIto stream chunked API response from Clash to draw the traffic chart. But currently the streaming feature in Firefox needs to be turned on manually. Here is how to: ...
Docker image Docker Hub haishanh/yacd GitHub Container Registry ghcr.io/haishanh/yacd docker run -p 1234:80 -d --name yacd --rm ghcr.io/haishanh/yacd:master # and then open http://localhost:1234 in your browser Supported URL query params ParamDescription hostname Hostname of the cl...