Configure landing page and admin dashboard

This commit is contained in:
2026-04-18 16:34:02 +04:00
parent d789091d8a
commit 200af9412a
3 changed files with 22 additions and 1 deletions

View File

@@ -49,3 +49,14 @@ list:
delete:
requireAuth: <%= @delete_require_auth %>
landing:
enabled: <%= @landing_enabled %>
title: "<%= @landing_title %>"
<% if @dashboard_enabled %>
dashboard:
enabled: true
username: "<%= @dashboard_username %>"
password: "<%= @dashboard_password %>"
<% end %>