A runtime-configurable HTTP reverse proxy based on Bandit and Mint.
Find a file
Renovate Bot 87bc601fb7
Some checks failed
continuous-integration/drone/push Build is failing
chore(deps): update dependency bandit to v1 (#6)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [bandit](https://hex.pm/packages/bandit) | major | `~> 0.7` -> `~> 1.0` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzcuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Reviewed-on: https://code.harton.nz/james/wayfarer/pulls/6
Co-authored-by: Renovate Bot <bot@harton.nz>
Co-committed-by: Renovate Bot <bot@harton.nz>
2023-11-03 20:17:21 +13:00
config chore: Move repo bivouac/wayfarer -> james/wayfarer. 2023-11-03 10:32:44 +13:00
lib feat(Target): Add healthy-checking HTTP targets. 2023-10-14 20:58:08 +13:00
test feat(Target): Add healthy-checking HTTP targets. 2023-10-14 20:58:08 +13:00
.drone.yml chore(CI): enable missing dialyzer check. 2023-10-14 14:15:42 +13:00
.formatter.exs chore: empty OTP app. 2023-10-13 18:46:21 +13:00
.gitignore chore: Rename switch -> wayfarer. 2023-10-14 11:10:56 +13:00
.tool-versions chore(deps): update dependency elixir to v1.15.7 2023-10-14 23:26:24 +13:00
CHANGELOG.md chore: Move repo bivouac/wayfarer -> james/wayfarer. 2023-11-03 10:32:44 +13:00
LICENSE.md chore: Add missing license file. 2023-10-13 19:18:42 +13:00
mix.exs chore(deps): update dependency bandit to v1 (#6) 2023-11-03 20:17:21 +13:00
mix.lock chore(deps): update dependency bandit to v1 (#6) 2023-11-03 20:17:21 +13:00
README.md chore: Move repo bivouac/wayfarer -> james/wayfarer. 2023-11-03 10:32:44 +13:00
renovate.json chore: Configure Renovate (#2) 2023-10-14 08:41:45 +13:00

Wayfarer

Build Status Hippocratic License HL3-FULL

Wayfarer is a runtime-configurable HTTP reverse proxy using Bandit and Mint.

Status

Wayfarer is yet to handle it's first HTTP request. Please hold.

Installation

Wayfarer is not yet available on Hex, so you will need to add it as a Git dependency in your app:

def deps do
  [
    {:wayfarer, git: "https://code.harton.nz/james/wayfarer.git", tag: "v0.1.0"}
  ]
end

Documentation for main is always available on my docs site.

License

This software is licensed under the terms of the HL3-FULL, see the LICENSE.md file included with this package for the terms.

This license actively proscribes this software being used by and for some industries, countries and activities. If your usage of this software doesn't comply with the terms of this license, then contact me with the details of your use-case to organise the purchase of a license - the cost of which may include a donation to a suitable charity or NGO.