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

@@ -16,3 +16,8 @@ node.default['blossom']['list']['enabled'] = true
node.default['blossom']['list']['require_auth'] = true
node.default['blossom']['list']['allow_list_others'] = false
node.default['blossom']['delete']['require_auth'] = true
node.default['blossom']['landing']['enabled'] = true
node.default['blossom']['landing']['title'] = 'Blossom Server'
node.default['blossom']['dashboard']['enabled'] = false
node.default['blossom']['dashboard']['username'] = 'admin'
node.default['blossom']['dashboard']['password'] = nil