domino-app-deployment

Deploy React (Vite) web applications behind Domino's reverse proxy.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jvdomino/domino-data-lab-plugin --skill domino-app-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domino-app-deployment
Source: https://github.com/jvdomino/domino-data-lab-plugin/tree/main/skills/app-deployment
Command: npx skills add https://github.com/jvdomino/domino-data-lab-plugin --skill domino-app-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Domino app deployment behind Domino's reverse proxy requires careful configuration to ensure correct routing, port binding, and SPA base-path handling, while enabling CI/CD and troubleshooting proxy behavior.

Core Features & Use Cases

  • React/Vite deployments: configure app.sh, host binding, and base path handling for the Domino proxy.
  • CI/CD integration: set up GitHub Actions workflows to automatically deploy apps to Domino.
  • Proxy troubleshooting: guidance for diagnosing and fixing routing issues in Domino's proxy environment.

Quick Start

Create and deploy a Domino app (React/Vite) behind the proxy by configuring app.sh, ensuring proper host binding and base path, and wiring CI/CD with GitHub Actions.

Frequently Asked Questions about domino-app-deployment

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

FAQPage Schema
How do I deploy a React Vite app behind a reverse proxy in Domino?

Deploy a React Vite app behind a Domino reverse proxy by configuring app.sh with correct host binding and SPA base path. This ensures proper routing and port binding for reliable application delivery.

How do I set up CI/CD to automatically deploy apps to Domino?

Automate app deployment to Domino using GitHub Actions CI/CD workflows. This configuration streamlines the pipeline, ensuring reliable application updates behind the Domino proxy.

Why does routing fail for my SPA deployed behind the Domino proxy?

Routing issues for SPAs behind the Domino proxy often stem from incorrect base path or app.sh configuration. Troubleshoot by verifying host binding, port settings, and proxy routing rules to fix the behavior.

What environment variables and security practices are needed for Domino app deployment?

Domino app deployment requires enforcing best practices for environment variables and security. Properly configuring these settings ensures reliable and secure routing within the proxy environment.

Can I use GitHub Actions workflows with Domino for automatic proxy deployments?

Yes, GitHub Actions workflows support automatic proxy deployments in Domino. This integration enables continuous delivery of web applications directly to the Domino reverse proxy environment.