Shoshin Nikita

Results 12 issues of Shoshin Nikita

Add flag `-noConfig`. The program won't create config file or will ignore it, if the file already exists.

proposal
backend

Change type from `` to ``

proposal
frontend
help wanted

After migration to `v10` I started to notice such warnings in the logs: `tag name "type" is also an option name; is it a mistake?` I found out there's a...

Import of `github.com/umputun/reproxy/lib` adds `github.com/umputun/reproxy` to `go.mod`. It results in a significant number of dependencies. At the same time, `github.com/umputun/reproxy/lib` requires only 3 dependencies: - `github.com/go-pkgz/lgr` - `github.com/go-pkgz/repeater` - `github.com/stretchr/testify`...

I noticed that `github.com/umputun/reproxy/lib` uses the global logger provided by `github.com/go-pkgz/lgr`. It can be inconvenient because log records can have different formats (especially when using `github.com/sirupsen/logrus` or `github.com/uber-go/zap`). I think...

#### What is the purpose of this change? By default, set `ModTime` for directories and files served by `--rc-serve`. A new flag `--rc-serve-no-modtime` allows to disable this behavior. #### Was...

Right now the metric `http_response_time_seconds` has one label - `path`, and `r.URL.Path` is used as its value. This can be an issue when a service behind Reproxy uses dynamic urls...

- Default value can be `NULL` or `0` (no value). Another option is to use `1` by default. - Value can be rational: `0.152`, `3`, `1.75` and etc. The maximum...

type: feature
direction: backend
direction: frontend