Configure maximum upload size

This commit is contained in:
2026-04-18 14:34:43 +04:00
parent f05b82ec21
commit 537c409de4
3 changed files with 4 additions and 2 deletions

View File

@@ -46,7 +46,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'],
allowed_pubkeys: node['blossom']['allowed_pubkeys']
allowed_pubkeys: node['blossom']['allowed_pubkeys'],
max_size: node['blossom']['max_size']
)
notifies :restart, 'service[blossom]', :delayed
end