19a1141af3
This should fix issue #40 I have not made the `allowed_characters` configurable yet nor the `replacement_character`. Mostly because I couldn't decide if I should define those "globally" on a server basis, or on the library nodes. Feel free to modify, extend, rip apart. 😁 Reviewed-on: https://git.mills.io/prologic/tube/pulls/49 Co-authored-by: Heinrich 'Henrik' Langos <gumbo2000@noreply@mills.io> Co-committed-by: Heinrich 'Henrik' Langos <gumbo2000@noreply@mills.io>
39 lines
No EOL
950 B
JSON
39 lines
No EOL
950 B
JSON
{
|
|
"library": [
|
|
{
|
|
"path": "videos",
|
|
"prefix": "",
|
|
"preserve_upload_filename": false
|
|
}
|
|
],
|
|
"server": {
|
|
"host": "0.0.0.0",
|
|
"port": 8000,
|
|
"store_path": "tube.db",
|
|
"upload_path": "uploads",
|
|
"preserve_upload_filename": false,
|
|
"max_upload_size": 104857600
|
|
},
|
|
"thumbnailer": {
|
|
"timeout": 60,
|
|
"position_from_start": 3
|
|
},
|
|
"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."
|
|
}
|
|
} |