Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Документация
Узнайте, как использовать BotMux
Запуск BotMux с помощью Docker и Docker Compose
TELEGRAM_BOT_TOKEN="YOUR_TOKEN" docker compose up -d
docker run -d -p 8080:8080 -v botmux-data:/data \ -e TELEGRAM_BOT_TOKEN="YOUR_TOKEN" ghcr.io/skrashevich/botmux:main
/data
# Стандартная сборка docker build -t botmux . # Мультиархитектурная сборка docker buildx build --platform linux/amd64,linux/arm64 -t botmux .
TELEGRAM_BOT_TOKEN
-token
TELEGRAM_API_URL
DEMO_MODE
true
Была ли эта страница полезной?