update to check_container()

This commit is contained in:
alexveebee 2025-05-01 15:16:53 +00:00
parent 3050876be0
commit e4104d4b05

View File

@ -1,7 +1,7 @@
<footer>
<p class="unimportant" style="margin-top:20px;text-align:center;">- Tinyboard +
<a href="https://github.com/vichan-devel/vichan">vichan</a> {{ config.version }}
{% if config.is_container %}Running Containerized{% endif %}
{% if check_container() %}Running Containerized{% endif %}
-
<br>Tinyboard Copyright &copy; 2010-2014 Tinyboard Development Group
<br><a href="https://github.com/vichan-devel/vichan">vichan</a> Copyright &copy; 2012-2025 vichan-devel</p>