Go to file
itqop fc3e15205f
Build and Push Docker Image / build-and-push (push) Successful in 1m11s Details
release: HOTFIX
2025-11-12 20:33:09 +03:00
.gitea/workflows release: update version to 0.2.0 and add schema to models 2025-11-11 22:39:54 +03:00
src/hubgw release: HOTFIX 2025-11-12 20:33:09 +03:00
tests release: update version to 0.2.0 and add schema to models 2025-11-11 22:39:54 +03:00
.dockerignore add docker 2025-10-18 16:13:59 +03:00
.gitignore release: v 0.1 release 2025-10-18 16:38:17 +03:00
API_EXAMPLES.md first commit 2025-10-11 01:14:16 +03:00
CLAUDE.md refactor: refactor 2025-11-09 01:37:09 +03:00
DEPLOYMENT.md first commit 2025-10-11 01:14:16 +03:00
Dockerfile release: v 0.1 release 2025-10-18 17:10:27 +03:00
README.md first commit 2025-10-11 01:14:16 +03:00
WHITELIST_API.md chore: add api contract 2025-11-09 02:08:57 +03:00
db.ddl refactor: refactor 2025-11-09 01:37:09 +03:00
docker-compose.yml release: v 0.1 release 2025-10-18 16:30:11 +03:00
env.example refactor: refactor 2025-11-09 01:37:09 +03:00
poetry.lock feat: add tests for whitelist 2025-11-09 02:23:31 +03:00
pyproject.toml release: update version to 0.2.0 and add schema to models 2025-11-11 22:39:54 +03:00

README.md

HubGW

FastAPI Gateway for HubMC

Установка

poetry install

Запуск

poetry run hubgw

Конфигурация

Создайте файл .env с необходимыми переменными окружения:

APP_ENV=dev
APP_HOST=0.0.0.0
APP_PORT=8080
APP_LOG_LEVEL=INFO
DB_DSN=postgresql+asyncpg://user:pass@host:5432/hubgw
DB_POOL_SIZE=10
DB_MAX_OVERFLOW=10
API_KEY=your-api-key
RATE_LIMIT_PER_MIN=100