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
- Host: GitHub
- URL: https://github.com/nakedmcse/waifu_thumbs
- Owner: nakedmcse
- License: mit
- Created: 2025-02-23T15:59:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T20:16:51.000Z (about 1 year ago)
- Last Synced: 2025-03-07T20:21:21.331Z (about 1 year ago)
- Topics: dotenv, ffmpeg, minimal-api, netvips, thumbnails, vips
- Language: C#
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```