{"id":21594612,"url":"https://github.com/vann-dev/image-proxy","last_synced_at":"2025-07-07T16:33:14.946Z","repository":{"id":212540442,"uuid":"731748960","full_name":"Vann-Dev/image-proxy","owner":"Vann-Dev","description":"Fast image proxy used for hiding real source Image to encrypted hash. Written in Rust","archived":false,"fork":false,"pushed_at":"2025-07-04T20:28:42.000Z","size":83,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T16:33:08.283Z","etag":null,"topics":["cargo","cargo-package","docker","dockerizing","fast-api","fast-image-proxy","http-client","http-requests","image-handling","image-processing","image-proxy","proxy-server","proxy-server-rust","reqwest","rust","rust-lang","server-side","warp","web-dev","web-framework"],"latest_commit_sha":null,"homepage":"https://image-proxy.vannapps.com/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vann-Dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-12-14T19:36:53.000Z","updated_at":"2024-07-25T04:38:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"51aa944d-75d7-450c-a00d-6590960e2153","html_url":"https://github.com/Vann-Dev/image-proxy","commit_stats":null,"previous_names":["vann-dev/image-proxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vann-Dev/image-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vann-Dev%2Fimage-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vann-Dev%2Fimage-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vann-Dev%2Fimage-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vann-Dev%2Fimage-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vann-Dev","download_url":"https://codeload.github.com/Vann-Dev/image-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vann-Dev%2Fimage-proxy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264113378,"owners_count":23559351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cargo","cargo-package","docker","dockerizing","fast-api","fast-image-proxy","http-client","http-requests","image-handling","image-processing","image-proxy","proxy-server","proxy-server-rust","reqwest","rust","rust-lang","server-side","warp","web-dev","web-framework"],"created_at":"2024-11-24T17:19:01.283Z","updated_at":"2025-07-07T16:33:14.910Z","avatar_url":"https://github.com/Vann-Dev.png","language":"Rust","readme":"![banner](https://image-proxy.vannapps.com/537671423169614552553465736634633877496759545053396571706c544b61794a4644726338337a6630746c574b4d6a35522b7361665476436338615742595a7a654c2f656270467643636e674d6b2f386f6464413d3d)\n\n# Rust Image Proxy\n\nWhat is this?, this is repository used for encrypting or hiding real source for image, for example in banner here, the real source is from `https://content.vannapps.com/public/banner-image-proxy.png` then using this repository we can encrypt it to hex with secret key 🤫, then we can use it like this `https://image-proxy.vannapps.com/537671423169614552553465736634633877496759545053396571706c544b61794a4644726338337a6630746c574b4d6a35522b7361665476436338615742595a7a654c2f656270467643636e674d6b2f386f6464413d3d`.\n\n## Features\n - Hide real source URL using aes-256-cbc\n - Encrypt using api\n - Written in Rust\n - Easy to setup\n\n## Requirement\n - Cargo \u0026 Rust https://doc.rust-lang.org/cargo/getting-started/installation.html\n\n## Cargo \u0026 Rust Instalation\n - Windows\n ```\n Open this link https://win.rustup.rs/\n ```\n - macOS \u0026 Linux\n ```\n curl https://sh.rustup.rs -sSf | sh\n ```\n\n## How to use? [git clone]\n - Copy this repository `git clone https://github.com/Vann-Dev/image-proxy`\n - Write .env file, the example are in `.env.example`\n - Build the Rust file using `cargo build --release` (for production build) or `cargo build` (for development build)\n - To run the project, run the file inside target folder `/target/release/image-proxy` (for production) or `cargo r` (for development)\n\n## How to use? [Docker]\n - You can pull the image from https://github.com/Vann-Dev/image-proxy/pkgs/container/image-proxy\n - Or just build it by yourself by `git clone` this repository and run `docker build -t image-proxy ./`\n\n## Endpoint\n - GET `/[encrypted url]` Return image with encrypted source\n - POST `/encrypt` Return encrypted hash used for getting image\n ```\n body {\n    \"url\": \"https://content.vannapps.com/public/banner-image-proxy.png\"\n }\n ```\n## Product Example\n`https://image-proxy.vannapps.com/`\nuse this url if you want to encrypt or get example image\n\n`https://image-proxy.vannapps.com/537671423169614552553465736634633877496759545053396571706c544b61794a4644726338337a6630746c574b4d6a35522b7361665476436338615742595a7a654c2f656270467643636e674d6b2f386f6464413d3d`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvann-dev%2Fimage-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvann-dev%2Fimage-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvann-dev%2Fimage-proxy/lists"}