summaryrefslogtreecommitdiff
path: root/.dockerfiles/config.json
blob: b0bc86cd6e1f0d487d5d1f0a85d18e1767fc2c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
    "library": [
        {
            "path": "/data/videos",
            "prefix": ""
        }
    ],
    "server": {
        "host": "0.0.0.0",
        "port": 8000,
        "store_path": "/data/tube.db",
        "upload_path": "/data/uploads",
        "max_upload_size": 104857600
    },
    "thumbnailer": {
        "timeout": 60
    },
    "transcoder": {
        "timeout": 300,
        "sizes": null
    },
    "feed": {
        "external_url": "",
        "title": "Feed Title",
        "link": "http://your-url.example/about",
        "description": "Feed Description",
        "author": {
            "name": "Author Name",
            "email": "author@somewhere.example"
        },
        "copyright": "Copyright Text"
    },
    "copyright": {
        "content": "All Content herein Public Domain and User Contributed."
    }
}