From 6eaa0169f9da659cab431aaf49367a0075bba5d7 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 31 May 2020 13:08:31 +0200 Subject: First public version w/o video, mp3 up to 30MB --- debian/README.Debian | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'debian/README.Debian') 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 + + + static-files + /usr/lib/downtube/html + + + fcgi + 127.0.0.1:9004 + + +* Enable: + + # systemctl enable downtube.service + +* Start: + + # systemctl start downtube + +* Stop: + + # systemctl stop downtube + +* Query Status: + + # systemctl status downtube + + and observe /var/log/syslog + + Contact ------- -- cgit v1.2.3