Added version metadata into container

This commit is contained in:
simonmicro
2022-12-11 22:48:04 +01:00
parent d795f5265b
commit 818520730c
4 changed files with 23 additions and 5 deletions

View File

@@ -40,6 +40,9 @@
<p>
<strong>py-kms</strong> is online since <span class="convert_timestamp">{{ start_time }}</span>.
This instance was accessed {{ get_serve_count() }} times. View this softwares license <a href="/license">here</a>.
{% if version_info %}
<br>This instance is running version "{{ version_info['hash'] }}" from branch "{{ version_info['branch'] }}" of py-kms.
{% endif %}
</p>
</div>
</footer>