Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manaelproxy/manael
Manael is a simple HTTP proxy for processing images.
https://github.com/manaelproxy/manael
go manael proxy webp
Last synced: 3 months ago
JSON representation
Manael is a simple HTTP proxy for processing images.
- Host: GitHub
- URL: https://github.com/manaelproxy/manael
- Owner: manaelproxy
- License: mit
- Created: 2017-11-22T09:11:55.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T18:07:18.000Z (7 months ago)
- Last Synced: 2024-04-14T00:45:40.282Z (7 months ago)
- Topics: go, manael, proxy, webp
- Language: Go
- Homepage: https://manael.org/
- Size: 5.93 MB
- Stars: 33
- Watchers: 3
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-repositories - manaelproxy/manael - Manael is a simple HTTP proxy for processing images. (Go)
README
# Manael
[![GoDoc](https://godoc.org/manael.org/x/manael?status.svg)](https://godoc.org/manael.org/x/manael)
[![Go](https://github.com/manaelproxy/manael/workflows/Go/badge.svg)](https://github.com/manaelproxy/manael/actions?query=workflow%3AGo)
[![Codecov](https://codecov.io/gh/manaelproxy/manael/branch/main/graph/badge.svg)](https://codecov.io/gh/manaelproxy/manael)Manael is a simple HTTP proxy for processing images.
## Installation
- [Download latest binary](https://github.com/manaelproxy/manael/releases/latest)
## Usage
```console
$ manael -http=:8080 -upstream_url=http://localhost:9000
```## License
[MIT](/LICENSE)