Umputun
57552c1798
Added support for wildcard prefix in server patterns ( #191 )
...
* Added support for wildcard prefix in server patterns
This update introduces the ability to use a wildcard prefix in server patterns for domain matching. It also includes corresponding tests for this new functionality, ensuring "*.domain.com" style patterns can be handled correctly.
2024-05-23 01:56:58 -05:00
Dmitry Verkhoturov
899e101d7a
add test to CI for example directory
2024-05-10 15:10:28 -05:00
Dmitry Verkhoturov
30173d599c
pin golangci-lint version to latest available, fix reported errors
2024-05-09 22:23:46 -05:00
dependabot[bot]
ab010349e0
Bump the github-actions-updates group with 5 updates
...
Bumps the github-actions-updates group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `3` | `4` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) | `2` | `3` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) | `2` | `3` |
| [actions/setup-go](https://github.com/actions/setup-go ) | `4` | `5` |
| [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) | `3` | `6` |
Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
Updates `docker/setup-qemu-action` from 2 to 3
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3 )
Updates `docker/setup-buildx-action` from 2 to 3
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3 )
Updates `actions/setup-go` from 4 to 5
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4...v5 )
Updates `golangci/golangci-lint-action` from 3 to 6
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-updates
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-updates
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-updates
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-updates
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-09 13:38:04 -05:00
Dmitry Verkhoturov
6f6167642a
add dependabot updates for GitHub Actions, Go modules, Dockerfiles
2024-05-09 13:17:13 -05:00
Umputun
7d8802992a
switch to go 1.22, update deps
...
update version of runners, change goveralls install
update docker build to v1.22
drop useless codeanalysis ci step
2024-03-15 17:14:08 -05:00
Umputun
b090bb4300
bump deps, update to go 1.21
2023-09-20 11:08:36 -05:00
Umputun
96904fe7c5
switch to go v1.20
2023-02-27 14:43:41 -06:00
Umputun
1e8a890b02
update actions versions in ci
2023-02-26 16:00:15 -06:00
Umputun
0ce326dbaa
update deps, switch to go 1.19
2022-09-06 22:24:41 -05:00
Umputun
6496196705
trigger site rebuild on dockerfile change
2022-08-09 17:27:32 -05:00
Umputun
075f66825a
update linter and address all lint warns
2021-11-09 12:47:41 -06:00
Umputun
76fa56777f
add ability to drop incoming headers #108
...
In some cases proxy should sanitize incoming headers. --drop-header and $DROP_HEADERS set list of headers (keys) and those headers removed from the request.
2021-09-11 14:38:56 -05:00
Umputun
ee0014e215
trigger site updates on README.md changes
2021-08-11 20:37:51 -05:00
Umputun
2b3ed6f166
remove working dir rewrite
2021-08-11 20:27:50 -05:00
Umputun
362756dd08
fix ci for site dockerfile location
2021-08-11 20:25:03 -05:00
Umputun
2ac1f09c1d
change site deployment to container with reproxy inside
2021-08-11 20:21:24 -05:00
Umputun
1c1f9d1c3c
Docker multi routes ( #80 )
...
* support reproxy.N.something labels for docker #78
* lint: suppress false positive
* update linter in ci
* update readme
* add test for failed container parse
2021-05-25 23:48:22 -05:00
Umputun
a4329dee99
drop arm/v6 destination
2021-04-11 17:17:19 -05:00
Umputun
74505c3671
missing -t for latest
2021-04-11 16:59:37 -05:00
Umputun
ef2d441e45
fix ci typo
2021-04-11 16:48:10 -05:00
Umputun
b130f039d8
multi tag build
2021-04-11 16:46:59 -05:00
Umputun
bb93f7f1fe
add image for docker hub and :latest tag
2021-04-11 16:18:16 -05:00
Umputun
eec66b150c
Merge branch 'bobuk_master'
...
# Conflicts:
# .github/workflows/ci.yml
2021-04-11 15:01:45 -05:00
Umputun
1e4dae98de
pass git info in ci build
2021-04-11 14:53:52 -05:00
Umputun
7351821c60
pass CI build arg
2021-04-11 14:40:00 -05:00
Grigory Bakunov
29fcbb9044
lowercase all the names
2021-04-11 10:29:54 +03:00
Grigory Bakunov
7fa94b9502
Update ci.yml
...
first move to buildx for multiarch build
2021-04-11 10:13:11 +03:00
Grigory Bakunov
73461a822c
move to github.actor instead of The Greatest
...
It'll be easeier to test and work on it with some abstraction on top of 🤣 umputun
2021-04-11 09:55:31 +03:00
Umputun
39ca5e966f
fix actions typo
2021-04-10 14:21:13 -05:00
Alex Prizov
75452dd343
# This is a combination of 2 commits.
...
# This is the 1st commit message:
#7 Disable image build and push on PR
# This is the commit message #2 :
Disable image build and push on PR
2021-04-10 21:49:56 +03:00
Umputun
4c9d9d5483
Create codeql-analysis.yml
2021-04-09 19:56:11 -05:00
Umputun
7492b8bbfe
add coveralls integration
2021-04-09 19:25:41 -05:00
Umputun
bf86cee8b7
drop github format for linters
2021-04-09 15:16:06 -05:00
Umputun
5759918cb6
switch registry to ghcr
2021-04-05 01:37:24 -05:00
Umputun
13a8f285f4
Update FUNDING.yml
2021-04-03 22:49:58 -05:00
Umputun
cd8c57400e
Create FUNDING.yml
2021-04-03 22:49:27 -05:00
Umputun
bde03724e5
more renaming leftovers
2021-04-03 19:24:22 -05:00
Umputun
768f4f591d
fix working dir
2021-04-03 02:41:12 -05:00
Umputun
4220761cd7
simplify ci file
2021-04-03 02:38:57 -05:00
Umputun
8a7b73f41f
initial version #1
2021-04-01 02:37:28 -05:00