feat: upgrade to latest alpine 3.19 and fdroid 2.2

This commit is contained in:
2024-04-29 19:13:08 +02:00
parent aa50e74d9a
commit b49a7ea957
8 changed files with 434 additions and 384 deletions

View File

@ -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