Eddie Huang

Results 16 comments of Eddie Huang

Orgnization/Company: Eleme 饿了么 Location: ShangHai, China Contact: [email protected] Purpose/Scenario: Distribute package files and docker images

I can take this. I implemented the deb and rpm packaging script. It would be rather easy to add 2 services. One for dfdamon, and one for supernode. `dfdemon` is...

> @inoc603 Any updates? I finished the unit files and script. I'll add some test and create a PR this weekend.

@Starnop I ran into some problems testing the service, namely: - we need default config files to put in the package, probably generated as [issues#1069](https://github.com/dragonflyoss/Dragonfly/issues/1069) suggested. - in the default...

I think before we choose a plugin mechanism, we should refactor our code to identify the parts where customization is necessary, and make them configurable in code first. For example,...

> > I think before we choose a plugin mechanism, we should refactor our code to identify the parts where customization is necessary, and make them configurable in code first....

I agree on this. Logs for dfdaemon and supernode should be output to stdout by default. It's easier for debugging and developing, and we can utilize existing tools like `journalctl`,...

@yeya24 Sure. I'll open one this weekend.

Currently we only have very simple matching and modification rules in dfdaemon, which can modify the protocol (http or https) and host. Will this meet your need? ```yaml proxies: #...

@wangforthinker I think we need some unit tests for `PatternMatcher`