Files
config-public/server/app/static-site/html/index.html
T
Lucas WintherandClaude Opus 5 b76c76e3b0 Add the example stack payloads
The files copied to /srv/stacks/<stack>/ verbatim: compose files, vhosts,
Prometheus configuration, the webapp image source. Payloads are data, never
templated and never linted as Ansible content.

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
2026-09-16 03:58:01 +02:00

10 lines
271 B
HTML

<!doctype html>
<meta charset="utf-8">
<title>static-site</title>
<h1>static-site</h1>
<p>
Served from <code>server/app/static-site/html/</code> in the configuration
repository, synced to <code>/srv/stacks/static-site/html</code> on the
<code>app</code> host.
</p>