Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auser/redirector
https://github.com/auser/redirector
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/auser/redirector
- Owner: auser
- Created: 2024-10-28T18:37:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T00:45:45.000Z (about 1 month ago)
- Last Synced: 2024-12-14T01:27:18.896Z (about 1 month ago)
- Language: Rust
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redirector
Sometimes you just need a simple redirector... This redirector is set up to work with Traefik, but you can use it with any other reverse proxy that sets the correct headers.
## Usage
```bash
cargo run -- --help
```## Serve
```bash
cargo run serve
```