summaryrefslogtreecommitdiff
path: root/.dockerfiles/config.json
diff options
context:
space:
mode:
authorJames Mills <james@mills.io>2022-08-01 03:22:17 +0000
committerJames Mills <james@mills.io>2022-08-01 03:22:17 +0000
commit35217febfc2c5d6a7e5d5d2b0b3c10a168fb2ed1 (patch)
treea9e7276d1e607646da113a4bf52fbb1698e1818a /.dockerfiles/config.json
parent3b7c29eb8abbc63eb817e5533e40adcc62c5e8da (diff)
Add support for multi-arch binary and docker image releases (#20)
Reviewed-on: https://git.mills.io/prologic/tube/pulls/20
Diffstat (limited to '.dockerfiles/config.json')
-rw-r--r--.dockerfiles/config.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/.dockerfiles/config.json b/.dockerfiles/config.json
new file mode 100644
index 0000000..b0bc86c
--- /dev/null
+++ b/.dockerfiles/config.json
@@ -0,0 +1,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."
+ }
+}