mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-07-05 09:21:34 +02:00
2fae7345d9
Files encryption
29 lines
2.3 KiB
Perl
29 lines
2.3 KiB
Perl
# vim:set sw=4 ts=4 sts=4 ft=perl expandtab:
|
|
# See README.md for more explanations
|
|
{
|
|
hypnotoad => {
|
|
listen => ['http://127.0.0.1:8080'],
|
|
user => 'www-data',
|
|
group => 'www-data'
|
|
},
|
|
#contact => 'John Doe, admin[at]example.com',
|
|
secrets => ['fdjsofjoihrei'], # please provide a random string
|
|
length => 8, # optional
|
|
provis_step => 5, # optional
|
|
provisioning => 100, # optional
|
|
tweet_card_via => '@framasky', # optional
|
|
max_file_size => 10485760, # optional, size in octets, you can write it 10*1024*1024
|
|
#piwik_img => 'https://piwik.example.org/piwik.php?idsite=1&rec=1', # optional, only the piwik image tracker is allowed, no javascript
|
|
#hosted_by => 'My super hoster <img src="http://hoster.example.com" alt="Hoster logo">', # optional
|
|
#https => 0, # optional, set to 1 if you use Lutim behind a secure web server
|
|
#stats_day_num => 365, # optional, number of days shown in /stats page (used with script/lutim cron stats)
|
|
#keep_ip_during => 365, # optional, number of days, after that delay, the IP addresses of image creators will be deleted (used with script/lutim cron cleanbdd)
|
|
#max_total_size => 10*1024*1024*1024, # optional, maximum total size of the files directory (used with script/lutim cron watch)
|
|
#policy_when_full => 'warn', # optional, policy when files directory is over max_total_size. Valid values are 'warn', 'stop-upload' and 'delete'. See README.
|
|
#broadcast_message => 'Maintenance', #optional, the broadcast_message is displayed on all pages of LUTIm (but no in json response)
|
|
#allowed_domains => ['http://1.example.com', 'http://2.example.com'], #optional, array of authorized domains for API calls. If you want to authorize everyone to use the API: ['*']
|
|
#default_delay => 0, #optional: what is the default time limit for files? Valid values are 0, 1, 7, 30 and 365.
|
|
#max_delay => 0, #optional, if defined, the images will be deleted after that delay (in days), even if they were uploaded with "no delay" (or value superior to max\_delay) option and a warning message will be displayed on homepage.
|
|
#always_encrypt => 0, #optional, if set to 1, all the images will be encrypted
|
|
};
|