{% extends "base.html" %} {% block title %}Tunnel Config - Paracord Console{% endblock %} {% block content %}

Cloudflare Tunnel Configuration

Generate cloudflared configuration for your projects

Generated Configuration

{{ config }}

Save this to ~/.cloudflared/config.yml

Projects with Tunnel Config

{% for path, project in projects.items() %} {% if project.cloudflare and project.cloudflare.subdomain %}
{{ project.name }} Port {{ project.port }}
{{ project.cloudflare.subdomain }}
{% endif %} {% else %}

No projects have tunnel subdomains configured.

Use paracord console init to add one.

{% endfor %}

Setup Instructions

{{ instructions }}
{% endblock %}