Add LDAP support

Not available upstream yet
This commit is contained in:
2026-05-19 16:31:30 +02:00
parent 1ac2cfcaab
commit 314bd6ab1a
3 changed files with 30 additions and 3 deletions

View File

@@ -58,6 +58,8 @@ template "#{node['blossom']['install_dir']}/config.yml" do
storage_backend: node['blossom']['storage']['backend'],
storage_local_dir: node['blossom']['storage']['local']['dir'],
storage_s3: node['blossom']['storage']['s3'],
allow_anonymous_uploads: node['blossom']['allow_anonymous_uploads'],
ldap: node['blossom']['ldap'],
allowed_pubkeys: node['blossom']['allowed_pubkeys'],
max_size: node['blossom']['max_size'],
list_enabled: node['blossom']['list']['enabled'],