ansible-caddy/roles/install/templates/etc/caddy/envfile.j2
GregoryDosh 0c2dec049d
All checks were successful
Version Bump Galaxy.yml / Version Bump Galaxy.yml (push) Successful in 4s
feat: add cloudflare cf token & internal tls templates, split https autoredirect, bump caddy ver
2025-12-03 16:30:27 -06:00

5 lines
152 B
Django/Jinja

# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-FileCopyrightText: 2025 Dosh LLC
{% if CF_API_TOKEN %}
CF_API_TOKEN={{ CF_API_TOKEN }}
{%- endif %}