Michelle b56b899595
Build and publish bnuy api / build (push) Successful in 14m0s
Build and publish bnuy api / build (release) Successful in 13m46s
fix rate limit being global instead of per-IP
2026-05-16 22:37:00 +02:00
2026-05-10 23:11:54 +02:00
2026-05-10 23:11:54 +02:00
2026-05-10 17:36:55 +02:00
2026-05-13 11:38:06 +02:00

bnuy-api

A API which collects pictures of bunnies and provides a API to get random bunny pictures.

it's just a basic API right now, I want to add more sources for gifs (tenor?) and maybe more sources for pictures

Usage

The API is available here

Selfhosting

Just copy the compose.yml from the repo and copy the .env.example to .env and fill it.

# bnuy-api
POST_LIMIT=20
LOG_LEVEL=INFO
FORWARDED_ALLOW_IPS=172.16.0.0/12

# Database MariaDB
DB_HOST=mariadb
DB_PORT=3306
DB_ROOT_PASSWORD=rootpassword
DB_USER=bnuy
DB_PASSWORD=example
DB_NAME=bnuy
S
Description
No description provided
Readme AGPL-3.0 88 KiB
0.0.2 Latest
2026-05-16 23:01:22 +02:00
Languages
Python 97.1%
Dockerfile 2.9%