• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

umputun / reproxy
78%
master: 78%

Build:
Build:
LAST BUILD BRANCH: per-route-auth
DEFAULT BRANCH: master
Repo Added 10 Apr 2021 12:20AM UTC
Files 20
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH per-route-auth
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-X-Forwarded-URL
  • assets-cache
  • assets404
  • basic-auth
  • dependabot/docker/goreleaser/goreleaser-v1.25.1
  • dependabot/github_actions/github-actions-updates-a2e7793ad6
  • dependabot/go_modules/go-modules-updates-07f3a6036d
  • dependabot/go_modules/go-modules-updates-1d93b033d5
  • dependabot/go_modules/go-modules-updates-89f9fe7d2d
  • dependabot/go_modules/go-modules-updates-a76f434722
  • dependabot/go_modules/go-modules-updates-b6eb7de9c2
  • dependabot/go_modules/go-modules-updates-b9a07c6e8d
  • dependabot/go_modules/go-modules-updates-c2f73b432e
  • dependabot/go_modules/go-modules-updates-c741a0ad90
  • dependabot/go_modules/golang.org/x/crypto-0.45.0
  • dependabot/go_modules/golang.org/x/net-0.23.0
  • dependabot/go_modules/golang.org/x/net-0.38.0
  • dependabot/go_modules/golang.org/x/text-0.3.8
  • dependabot/npm_and_yarn/site/browserslist-4.16.6
  • dependabot/npm_and_yarn/site/follow-redirects-1.14.7
  • dependabot/npm_and_yarn/site/follow-redirects-1.14.8
  • dependabot/npm_and_yarn/site/markdown-it-12.3.2
  • dependabot/npm_and_yarn/site/minimist-1.2.6
  • dependabot/npm_and_yarn/site/nanoid-3.2.0
  • dependabot/npm_and_yarn/site/normalize-url-4.5.1
  • dependabot/npm_and_yarn/site/shell-quote-1.7.3
  • dependabot/npm_and_yarn/site/ws-7.4.6
  • docker-maker
  • docker-multi-routes
  • dockerhub
  • drop-default-conflict
  • dynamic-server
  • feature/add-dns-providers
  • feature/upstream-connection-limits
  • fix-dbl-headers
  • fix-header-parsing
  • fix/dynamic-ssl-fqdns-207
  • fqdn-async-discovery
  • header-comma
  • lb-selector
  • libdns-update
  • limit-ips
  • listen
  • maint/deps-update-nov2025
  • master
  • max-request-url
  • mgmt
  • mime-cache
  • multi-match
  • multi-static
  • nice-error
  • paskal/dependabot-disable-updates
  • paskal/dependabot-security-updates
  • paskal/docker-user-improvements
  • paskal/dockerfile-improvements
  • per-route-auth
  • plugin-headers
  • redirect
  • refs/tags/v0.1.0
  • refs/tags/v0.10.0
  • refs/tags/v0.11.0
  • refs/tags/v0.2.0
  • refs/tags/v0.3.0
  • refs/tags/v0.4.0
  • refs/tags/v0.5.0
  • refs/tags/v0.5.1
  • refs/tags/v0.6.0
  • refs/tags/v0.6.1
  • refs/tags/v0.6.2
  • refs/tags/v0.7.0
  • refs/tags/v0.8.0
  • refs/tags/v0.9.0
  • refs/tags/v1.0.0
  • refs/tags/v1.1.0
  • refs/tags/v1.1.1
  • refs/tags/v1.2.0
  • refs/tags/v1.2.1
  • refs/tags/v1.2.2
  • refs/tags/v1.2.3
  • refs/tags/v1.3.0
  • rpc
  • server-simple-pattern
  • spa
  • throttle

06 Dec 2025 09:55AM UTC coverage: 78.448% (+0.6%) from 77.854%
19986844795

Pull #237

github

umputun
feat(auth): add per-route basic authentication

add per-route/per-server basic auth following the existing OnlyFromIPs pattern.
routes can now specify auth credentials via:
- file provider: auth field in yaml
- docker provider: reproxy.auth label
- consul catalog: reproxy.auth tag

per-route auth takes precedence over global --basic-auth when configured.
format: comma-separated user:bcrypt_hash pairs (htpasswd compatible).
Pull Request #237: feat(auth): add per-route basic authentication

108 of 110 new or added lines in 7 files covered. (98.18%)

2366 of 3016 relevant lines covered (78.45%)

188.34 hits per line

Relevant lines Covered
Build:
Build:
3016 RELEVANT LINES 2366 COVERED LINES
188.34 HITS PER LINE
Source Files on master
  • Tree
  • List 20
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19986844795 per-route-auth feat(auth): add per-route basic authentication add per-route/per-server basic auth following the existing OnlyFromIPs pattern. routes can now specify auth credentials via: - file provider: auth field in yaml - docker provider: reproxy.auth label ... Pull #237 06 Dec 2025 09:58AM UTC umputun github
78.45
19986262908 master docs: add missing DNS provider documentation add GoDaddy, Namecheap, Scaleway, Porkbun, DNSimple, and DuckDNS to the supported DNS providers list in README push 06 Dec 2025 09:05AM UTC umputun github
77.85
19986207682 master modernize code for Go 1.24+ linter - replace interface{} with any - use range over int instead of traditional for loops - use slices.Contains instead of manual Contains wrapper - use strings.SplitSeq, CutPrefix, CutSuffix - remove unnecessary tt ... push 06 Dec 2025 08:59AM UTC umputun github
77.85
19986163139 feature/add-dns-providers modernize code for Go 1.24+ linter - replace interface{} with any - use range over int instead of traditional for loops - use slices.Contains instead of manual Contains wrapper - use strings.SplitSeq, CutPrefix, CutSuffix - remove unnecessary tt ... Pull #236 06 Dec 2025 08:55AM UTC umputun github pending completion  
19985963899 feature/add-dns-providers replace httpbin.org with echo.umputun.com in tests - remove external httpbin.org dependency causing flaky tests - use echo.umputun.com which is more reliable Pull #236 06 Dec 2025 08:37AM UTC umputun github pending completion  
19985887034 feature/add-dns-providers fix flaky Test_Main by increasing response header timeout - increase proxy response header timeout to 30s for external httpbin.org calls - increase http client timeout to 30s in test Pull #236 06 Dec 2025 08:29AM UTC umputun github pending completion  
19985782564 feature/add-dns-providers add DNS-01 providers: GoDaddy, Namecheap, Scaleway - add libdns providers for GoDaddy, Namecheap, and Scaleway - add CLI flags for each provider configuration - add tests for new provider configurations push 06 Dec 2025 08:19AM UTC umputun github
77.63
19985528065 master chore: update goreleaser to v2.13.0 for go 1.25 support upgrade from goreleaser v1.26.1 (go 1.22) to v2.13.0 (go 1.25) to fix make dist build failure. also update deprecated --skip-publish flag to --skip=publish syntax. push 06 Dec 2025 07:53AM UTC umputun github
77.47
19985388262 refs/tags/v1.3.0 docs: document dynamic SSL certificate discovery for ACME providers push 06 Dec 2025 07:42AM UTC umputun github
77.47
19984124068 master docs: document dynamic SSL certificate discovery for ACME providers push 06 Dec 2025 05:46AM UTC umputun github
77.47
See All Builds (599)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc