You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
961 B
38 lines
961 B
{
|
|
"port": 8182,
|
|
"db-url": "mongodb://127.0.0.1:27017/mediahost",
|
|
"media-folder": "private/",
|
|
"remux": {
|
|
"enabled": true,
|
|
"folder": "remux/",
|
|
"video-codec": "libx264",
|
|
"audio-codec": "aac",
|
|
"container": "mp4"
|
|
},
|
|
"meta": {
|
|
"name": "Media Host",
|
|
"tagline": "Your one stop shop to host images, videos, audio and more.",
|
|
"short-tagline": "Your one stop shop to host anything.",
|
|
"domain": "media.host",
|
|
"icon": null
|
|
},
|
|
"max-file-size": 524288000,
|
|
"max-anon-file-size": 52428800,
|
|
"sharex-support": true,
|
|
"allow-signup": true,
|
|
"allow-anon-uploads": false,
|
|
"captcha": {
|
|
"enabled": false,
|
|
"sitekey": "",
|
|
"secret": "",
|
|
"show-at-signup": true,
|
|
"show-at-login": true,
|
|
"show-at-report": true,
|
|
"show-at-anon-upload": true
|
|
},
|
|
"expect-reply-from": "put-your-email@here.com",
|
|
"reject-tor": false,
|
|
"store-anon-ips": false,
|
|
"transparent-reports": true,
|
|
"insert-in-head": []
|
|
} |