mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-05 08:35:44 +00:00
initial commit
This commit is contained in:
21
lufi/lufi.conf
Normal file
21
lufi/lufi.conf
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
hypnotoad => {
|
||||
listen => ['http://0.0.0.0:8080'],
|
||||
proxy => 1,
|
||||
},
|
||||
contact => '<contact>',
|
||||
secrets => ['<secret>'],
|
||||
length => 8,
|
||||
provis_step => 5,
|
||||
provisioning => 100,
|
||||
token_length => 32,
|
||||
max_file_size => <max_file_size>,
|
||||
#piwik_img => 'https://piwik.example.org/piwik.php?idsite=1&rec=1',
|
||||
default_delay => 1,
|
||||
max_delay => 0,
|
||||
prefix => '<webroot>',
|
||||
allowed_domains => ['http://<domain>', 'https://<domain>'],
|
||||
fixed_domain => '<domain>',
|
||||
db_path => '/data/lufi.db',
|
||||
upload_dir => '/files',
|
||||
};
|
Reference in New Issue
Block a user