web-publish

Publish a 1C infobase through Apache by generating the publication descriptor and updating server configuration.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Framework --skill web-publish-alex1980alex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-publish
Source: https://github.com/Alex1980Alex/1C-Framework/tree/main/external/cc-1c-skills/.claude/skills/web-publish
Command: npx skills add https://github.com/Alex1980Alex/1C-Framework --skill web-publish-alex1980alex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires psutil, and includes scripts (resource) components.

What problem does it solve?

This skill removes the repetitive setup work required to expose a 1C infobase on the web, so you can enable browser access without manually editing Apache configuration files.

Core Features & Use Cases

  • Generates the required publication descriptor for a 1C infobase.
  • Updates Apache configuration with the 1C module, alias, and port settings.
  • Supports file-based and server-based infobases, including optional username and password credentials.
  • Handles repeat runs safely, Apache download and installation, restart, and port checks.
  • Use it to publish a development base for web client access, OData endpoints, or 1C HTTP and web services.

Quick Start

Ask the assistant to publish the selected 1C database through Apache and return the browser URL for the web client.

Frequently Asked Questions about web-publish

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

FAQPage Schema
How do I publish a 1C infobase to Apache for web client access?

Publishing a 1C infobase to Apache involves generating the web publication descriptor and updating server configuration with the 1C module, alias, and port settings to enable browser access.

Can I publish 1C OData endpoints and HTTP services through Apache?

Publishing 1C OData endpoints and HTTP services through Apache is supported, exposing web services, OData, and HTTP endpoints for both file-based and server-based infobases.

Does publishing 1C to Apache require manual configuration file editing?

Publishing 1C to Apache does not require manual configuration editing, as the process automatically generates the publication descriptor and updates Apache settings, handling repeat runs safely.

What prerequisites are needed to expose a 1C database on the web?

Exposing a 1C database on the web requires a valid 1C platform path, wsap24.dll, and Apache availability, with the process validating credentials, publication name, and port conflicts.

What happens if Apache is not installed when I try to publish my 1C database?

If Apache is not installed, the 1C publishing process supports automatic download and installation, handling restarts and port checks to ensure web publication succeeds.