Initial config with email service test
Build LinkLog Development Image / development-image (push) Successful in 11s

This commit is contained in:
Olaf
2026-08-25 23:23:28 +02:00
parent defe7a83a9
commit 102d8e533c
20 changed files with 482 additions and 34 deletions
+7 -4
View File
@@ -29,13 +29,16 @@
<label>Password<input name="password" type="password" autocomplete="new-password" minlength="8" required /></label>
<h2>SMTP</h2>
<label>SMTP host<input name="smtp_host" type="text" required /></label>
<label>SMTP port<input name="smtp_port" type="number" min="1" max="65535" value="587" required /></label>
<label>SMTP port<input name="smtp_port" type="number" min="1" max="65535" required /></label>
<label>SMTP username<input name="smtp_username" type="text" autocomplete="off" /></label>
<label>SMTP password<input name="smtp_password" type="password" autocomplete="new-password" /></label>
<label>From address<input name="smtp_from" type="text" value="LinkLog &lt;no-reply@example.com&gt;" required /></label>
<label class="checkbox-label"><input name="smtp_use_tls" type="checkbox" checked /> Use STARTTLS</label>
<button type="submit">Save and send test mail</button>
<label>From address<input name="smtp_from" type="text" required /></label>
<label class="checkbox-label"><input name="smtp_use_tls" type="checkbox" /> Use STARTTLS</label>
<button type="submit">Save configuration</button>
<button id="test-mail-button" type="button" disabled>Send test mail</button>
<button id="complete-setup-button" type="button" hidden>Complete setup</button>
<p id="setup-status" class="status" role="status"></p>
<p id="setup-timer" class="status" role="timer" aria-live="polite"></p>
</form>
</section>
</main>