File size: 674 Bytes
bb5c37a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[unix_http_server]
file=/tmp/supervisor.sock

[supervisord]
nodaemon=true
loglevel=debug

[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface

[supervisorctl]
serverurl=unix:///tmp/supervisor.sock

[program:caddy]
command=/app/caddy run --config /app/Caddyfile --adapter=caddyfile
autostart=true
autorestart=true

[program:teldrive]
command=/app/teldrive.sh
autorestart=true
stopasgroup=true
stopsignal=QUIT

[program:webdav]
command=/app/webdav.sh
stopasgroup=true
stopsignal=QUIT

[program:teldrive-backup]
command=/app/db_backup.sh
autorestart=true

[program:filebrowser]
command=/app/filebrowser.sh
autorestart=true