This commit is contained in:
2026-04-17 06:16:30 +09:00
parent 1a2410488f
commit dc7472de89
20 changed files with 254 additions and 45 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{% extends "/base.html" %}
{% block title %}サーバーのバージョン - Nercone{% endblock %}
{% block extra_title %}Server Version{% endblock %}
{% block title_suffix %}Server Version{% endblock %}
{% block header_desc %}サーバーのバージョン{% endblock %}
{% block extra_head %}
<style>
@@ -22,7 +22,7 @@
<p class="text-white big-text"><span class="text-tx-alt unselectable">#</span>{{ server_version }}</p>
<div class="block">
<p>このサーバーで現在使用されているソースコードのコミットID(ハッシュ)の先頭7文字です。</p>
<p>サーバーが起動されるたびに<span class="code">git rev-parse --short HEAD</span>を使用して取得しています。</p>
<p>サーバーが起動されるたびに<code>git rev-parse --short HEAD</code>を使用して取得しています。</p>
<p>詳しくは<a href="https://gitea.nercone.dev/nercone-dev/website/">このサーバーのソースコード</a></p>
</div>
{% endblock %}