Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/blame/commit/7ade39d986497244c60482a9bf18e6f6c241a831/html/log.tpl You should set ROOT_URL correctly, otherwise the web may not work correctly.
esp-link/html/log.tpl

20 lines
390 B

%head%
<div id="main">
<div class="header">
<h1><span class="esp">esp</span> link - Debug Log</h1>
</div>
<div class="content">
<p>The debug log shows the 1024 last characters printed by the esp-link software itself to
its own debug log.</p>
<pre class="console">
%log%
</pre>
</div>
</div>
</div>
<script src="ui.js"></script>
</body></html>