feat: upgrade to latest alpine 3.19 and fdroid 2.2
This commit is contained in:
@ -3,7 +3,7 @@ nodaemon=true
|
||||
user=root
|
||||
|
||||
[program:sshd]
|
||||
command = /usr/sbin/sshd -D
|
||||
command = /usr/sbin/sshd -D -e
|
||||
directory = /fdroid
|
||||
user = fdroid
|
||||
autostart = true
|
||||
@ -24,9 +24,9 @@ stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
|
||||
[program:caddy]
|
||||
command = caddy -agree -conf /fdroid/Caddyfile
|
||||
directory = /fdroid/repo
|
||||
user = root
|
||||
command = caddy file-server -b -a -l "0.0.0.0:8080" --root /var/www/fdroid
|
||||
directory = /
|
||||
user = fdroid
|
||||
autostart = true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
|
Reference in New Issue
Block a user