Initial public release

This commit is contained in:
sinmb79
2026-03-30 13:19:11 +09:00
commit 92a692b63c
116 changed files with 5822 additions and 0 deletions

15
.env.example Normal file
View File

@@ -0,0 +1,15 @@
# HYDRA Environment Variables
# Copy to .env and fill in your values. NEVER commit .env to git.
HYDRA_API_KEY=change-me-to-a-random-secret
HYDRA_PROFILE=lite
# Database (Pro/Expert only)
DB_PASSWORD=change-me
# Telegram
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
# Redis
REDIS_URL=redis://localhost:6379