Blob Blame History Raw

title   = 'My site'          # root name

salt    = '123'              # salt for names mangling
mangle  = 'm/'               # mangling prefix

src     = 'data/src'         # directory where files has been stored
dst     = 'data/dst'         # target dir where hardlinks will be created
hidedst = 'data/hidedst'     # dir to store indicies for hidden files
guardsecs = 60               # guard time to prevent indexing during file uploading

url     = 'https://my.site/files'   # external url
hideurl = 'https://my.site/private' # external url for hidden area

thumbw  = 120                # thumbnail width
thumbh  = 90                 # thumbnail height
thumbcolor = 0xffffff        # thumbnail color

ffprobe = '/usr/bin/ffprobe' # path to ffprobe executable
ffmpeg = '/usr/bin/ffmpeg'   # path to ffmpeg executable
magick = '/usr/bin/convert'  # path to imagemagick/convert executable