Crates.io | aigis |
lib.rs | aigis |
version | 0.2.2 |
source | src |
created_at | 2024-03-22 11:19:52.918791 |
updated_at | 2024-04-20 08:24:43.314505 |
description | A simple and configurable content proxy. |
homepage | |
repository | https://github.com/Blooym/aigis |
max_upload_size | |
id | 1182543 |
size | 25,279 |
You are looking at the README for the Aigis library. If you just want to run Aigis you should use the binary instead.
A simple and configurable content proxy, created to allow websites to embed image and video from external sources whilst protecting user privacy.
Aigis is a hobby project, is not considered production ready, and has an unstable API. Anything about it including features, functionality and performance is subject to rapid change until stablised. This project is designed with my own infrastructure and needs in mind and may not be a perfect fit for yours. Be sure to look at other options such as imageproxy or ImageWizard as well!
Name | Description | Default? |
---|---|---|
rustls-tls |
Use rustls when making upstream requests |
yes |
native-tls |
Use the system's native TLS when making upstream requests | no |
cache-moka |
Enable upstream response caching using moka (respecting Cache-Control headers) |
yes |
Documentation is automatically generated from code comments and is available to view on docs.rs.