web-publish

Publish 1C infobases via Apache with default.vrd and httpd.conf updates.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill web-publish-mmmmmm786mngb-jpg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-publish
Source: https://github.com/mmmmmm786mngb-jpg/WIM_DEV/tree/main/.cursor/skills/web-publish
Command: npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill web-publish-mmmmmm786mngb-jpg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Publishing a 1C infobase to a web-accessible environment can be tedious, requiring manual Apache configuration and resource setup.

Core Features & Use Cases

  • Generates default.vrd and updates httpd.conf to expose the infobase via HTTP, OData, and web services.
  • Automatically downloads portable Apache when needed and supports idempotent reconfiguration.
  • Works with both file-based and server-based infobases, enabling web access through a browser or client.

Quick Start

Run the publication script with your base parameters to publish the infobase.

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 for web access via Apache?

To publish a 1C infobase for web access, the Skill automatically updates Apache httpd.conf and generates a default.vrd file, exposing the base through HTTP for browser clients. It requires either an -InfoBasePath or -InfoBaseServer/-InfoBaseRef parameter to target the correct database.

Does publishing 1C OData services require manual Apache configuration?

Publishing 1C OData services does not require manual Apache configuration. The Skill automatically generates the necessary default.vrd file and updates httpd.conf to expose OData services and web services without manual server edits.

Can I use this to publish both file-based and server-based 1C infobases?

Yes, you can publish both file-based and server-based 1C infobases. Use the -InfoBasePath parameter for file-based bases, or the -InfoBaseServer and -InfoBaseRef parameters for server-based configurations to enable web client access.

Do I need to pre-install Apache to expose 1C web services?

You do not need to pre-install Apache to expose 1C web services. The Skill automatically downloads a portable Apache version when needed and handles the idempotent reconfiguration of the server environment.

Why is my 1C web publication not working after reconfiguring Apache?

If your 1C web publication is not working, it may be due to missing authentication details in the default.vrd or incorrect InfoBase parameters. The Skill requires valid -InfoBasePath or -InfoBaseServer/-InfoBaseRef inputs to properly generate the configuration.