summaryrefslogtreecommitdiffhomepage
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-31 13:08:31 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-31 13:08:31 +0200
commit6eaa0169f9da659cab431aaf49367a0075bba5d7 (patch)
tree348961bc17d267d20e561681cc6f70717fff1d19 /debian/README.Debian
parent9ca1bd5cdaeb199c99faa892fe4911a85e9fbe29 (diff)
First public version w/o video, mp3 up to 30MB
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 1bd0c56..fc40992 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -4,6 +4,39 @@ downtube for Debian
This package is the Debian version of downtube.
+Configuration
+-------------
+
+* You can add this to /etc/webserver.conf
+
+ <path requested="/downtube">
+ <plugin>static-files</plugin>
+ <target>/usr/lib/downtube/html</target>
+ </path>
+ <path requested="/downtube/downtube.fcgi">
+ <plugin>fcgi</plugin>
+ <target>127.0.0.1:9004</target>
+ </path>
+
+* Enable:
+
+ # systemctl enable downtube.service
+
+* Start:
+
+ # systemctl start downtube
+
+* Stop:
+
+ # systemctl stop downtube
+
+* Query Status:
+
+ # systemctl status downtube
+
+ and observe /var/log/syslog
+
+
Contact
-------