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

@@ -11,3 +11,4 @@ node.default['blossom']['allowed_pubkeys'] = []
node.default['blossom']['storage']['backend'] = 'local'
node.default['blossom']['storage']['local']['dir'] = "/home/#{node['blossom']['user']}/data/blobs"
node.default['blossom']['storage']['s3'] = {}
node.default['blossom']['max_size'] = 104857600