Improve installer automation and config editor

This commit is contained in:
2026-05-08 19:29:07 +09:00
parent 5ff4e20b5e
commit 427b708277
12 changed files with 751 additions and 216 deletions

View File

@@ -45,6 +45,10 @@
<% }) %>
</select>
</label>
<label>
<span>권장 JDK 버전</span>
<input type="number" name="recommendedJdkVersion" value="<%= pack.recommendedJdkVersion ?? 17 %>" min="8" required />
</label>
<label>
<span>packPath</span>
<input name="packPath" value="<%= pack.packPath %>" required />

View File

@@ -11,10 +11,6 @@
<p class="eyebrow">OP LOGIN</p>
<h1>관리자 로그인</h1>
<form method="post" action="/op/login" class="stackForm">
<label>
<span>아이디</span>
<input name="id" required />
</label>
<label>
<span>비밀번호</span>
<input type="password" name="password" required />