An open API service indexing awesome lists of open source software.

https://github.com/nakedmcse/waifu_thumbs

C# microservice for thumbnails
https://github.com/nakedmcse/waifu_thumbs

dotenv ffmpeg minimal-api netvips thumbnails vips

Last synced: 20 days ago
JSON representation

C# microservice for thumbnails

Awesome Lists containing this project

README

          

# Waifuvault Thumbnail Microservice
This is a prototype C# microservice for Waifuvault that creates thumbnails of
images and videos. Written using minimal API.

This uses the same interface and endpoints as the Go version and can be used as a drop in replacement.

To build for docker, you will have to move the source code into the waifuvault source tree,
uncomment the files and envs section of the compose file and run:

```shell
docker compose up -d
```