Blame config.py.example

Ivan Mahonin ae689c
Ivan Mahonin 3913d5
title   = 'My site'          # root name
Ivan Mahonin ae689c
Ivan Mahonin 3913d5
salt    = '123'              # salt for names mangling
Ivan Mahonin 3913d5
mangle  = 'm/'               # mangling prefix
Ivan Mahonin ae689c
Ivan Mahonin 3913d5
src     = 'data/src'         # directory where files has been stored
Ivan Mahonin 3913d5
dst     = 'data/dst'         # target dir where hardlinks will be created
Ivan Mahonin 3913d5
hidedst = 'data/hidedst'     # dir to store indicies for hidden files
Ivan Mahonin 3913d5
guardsecs = 60               # guard time to prevent indexing during file uploading
Ivan Mahonin ae689c
Ivan Mahonin 3913d5
url     = 'https://my.site/files'   # external url
4cc0a2
hideurl = 'https://my.site/private' # external url for hidden area (can be none)
Ivan Mahonin ae689c
Ivan Mahonin 3913d5
thumbw  = 120                # thumbnail width
Ivan Mahonin 3913d5
thumbh  = 90                 # thumbnail height
Ivan Mahonin 3913d5
thumbcolor = 0xffffff        # thumbnail color
Ivan Mahonin 3913d5
Ivan Mahonin 3913d5
ffprobe = '/usr/bin/ffprobe' # path to ffprobe executable
Ivan Mahonin 3913d5
ffmpeg = '/usr/bin/ffmpeg'   # path to ffmpeg executable
Ivan Mahonin 3913d5
magick = '/usr/bin/convert'  # path to imagemagick/convert executable