This repository has been archived on 2023-05-12. You can view files and clone it, but cannot push or open issues or pull requests.
media-host/config.example.json

38 lines
961 B
JSON

{
"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": []
}