manage-b24-environment

Manage Bitrix24 Docker services, Cloudpub tunnels, and backend databases.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rustams/inbound --skill manage-b24-environment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-b24-environment
Source: https://github.com/rustams/inbound/tree/main/.cursor/skills/manage-b24-environment
Command: npx skills add https://github.com/rustams/inbound --skill manage-b24-environment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of the Bitrix24 development environment, addressing complexities in service startup, log monitoring, tunnel configuration, and database operations.

Core Features & Use Cases

  • Environment Control: Start, stop, and view logs for Dockerized services (backend, frontend, database).
  • Tunnel Management: Configure and troubleshoot Cloudpub tunnels for external Bitrix24 integration.
  • Database Operations: Initialize and manage databases for PHP, Python, and Node.js backends.
  • Use Case: When your local Bitrix24 integration is not connecting, use this skill to check Cloudpub tunnel status, restart the API service, and view relevant logs to diagnose the issue.

Quick Start

Use the manage-b24-environment skill to start the Python backend and frontend services.

Frequently Asked Questions about manage-b24-environment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage my Bitrix24 development environment using Docker and Makefile?

To manage your Bitrix24 development environment, you can use Docker and Makefiles to start and stop services, check logs, and manage databases for PHP, Python, and Node.js backends. This approach simplifies local development and integration.

How do I fix Cloudpub tunnel connection issues for local Bitrix24 integration?

To fix Cloudpub tunnel connection issues, you should check the tunnel status, restart the relevant API service, and review the logs to diagnose the problem. This helps restore external Bitrix24 integration.

Do I need Docker Compose and Cloudpub configured to run local Bitrix24 backends?

Yes, you need Docker Compose, Make, and Cloudpub configuration to run local Bitrix24 backends. These tools provide the necessary service orchestration and external integration required for the environment.

How can I view logs for Dockerized Bitrix24 backend and frontend services?

You can view logs for Dockerized Bitrix24 backend and frontend services by using the environment control commands provided by the Makefile. This allows you to monitor service activity and diagnose issues.

Can I manage databases for PHP, Python, and Node.js backends in a Bitrix24 Docker setup?

Yes, you can initialize and manage databases for PHP, Python, and Node.js backends within a Bitrix24 Docker setup. The environment provides operations to handle database initialization and management effectively.