http

Configure Caddy-based HTTPS web serving and file sharing for Zylos deployments.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/Masterleeaus/zero --skill http-masterleeaus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: http
Source: https://github.com/Masterleeaus/zero/tree/main/CodeToUse/_Quarantine/AI_aicore_AICores_duplicate/zylos-core-main/skills/http
Command: npx skills add https://github.com/Masterleeaus/zero --skill http-masterleeaus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the setup and management of a user-space Caddy web server for providing reliable HTTPS access, file sharing, and web connectivity for Zylos environments.

Core Features & Use Cases

  • HTTPS Web Hosting: Configures Caddy with automatic TLS certificates and domain-based access.
  • File Sharing and Health Access: Serves public files, markdown documents, and health endpoints through a managed web layer.
  • Use Case: Deploy a Zylos instance with a configured domain, shared files directory, and component routes without manually managing Caddy configuration.

Quick Start

Use the http skill to configure web access for my Zylos instance with Caddy and enable file sharing.

Frequently Asked Questions about http

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

FAQPage Schema
How do I configure a Caddy web server for HTTPS and file sharing?

To configure HTTPS and file sharing with Caddy, generate a server configuration that applies automatic TLS certificates and domain-based routing to serve public files and directories.

What is the best way to set up a reverse proxy for component routing?

Setting up a reverse proxy for component routing involves generating a Caddy configuration that directs domain-based traffic to specific internal services and manages public web access.

Does Caddy support automatic TLS certificate provisioning for public domains?

Caddy supports automatic TLS certificate provisioning, enabling you to host secure HTTPS web access without manually managing certificate generation or domain-based server integration.

How do I serve markdown documents and health endpoints through a web server?

Serving markdown documents and health endpoints requires a managed web layer like Caddy to route public file hosting and perform health checks through a configured domain.

Can I manage my Caddy web server service without root access?

You can manage a Caddy web server in user-space by utilizing PM2 service management, allowing you to control the server process and apply configurations without root privileges.

Why do I need PM2 to manage my Caddy deployment?

PM2 is required for service management to ensure your Caddy web server runs continuously, handling HTTPS setup and component reverse proxy routing reliably across deployments.