blob: fc4099279a648436ef2fb3658738741693e5edf0 (
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
37
38
39
40
41
42
43
44
|
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
-------
Reichwein IT <mail@reichwein.it>
|