server
由于最近一台服务器到期,迁移docker服务的时候,发现nginx迁移重新配置这样那样的比较烦,特别是迁移到另一台服务器上的时候本身还有nginx服务在run,合并配置还是蛮痛苦的,就说试试traefik那种服务发现的配置方式,直接将nginx弃用了,换traefik,试用了一下,还真的蛮好用的!在docker compose中编写相关的配置labels,traefik那边自己就发现并且绑定域名、配置ssl,具方便!
Edited 62d ago
🎉 Quark v0.2.0 is out!
My reverse proxy written in #Rust now supports load balancing with three popular static algorithms: Round Robin, Weighted Round Robin, and IP Hash.
I’ve also made some improvements to the TOML-based configuration.
Check it out on GitHub!