aboutsummaryrefslogtreecommitdiffhomepage
path: root/entrypoint.sh
diff options
context:
space:
mode:
authorKirmy <mikekirmizakis@gmail.com>2021-12-09 13:09:09 +0100
committerBastien Wirtz <bastien.wirtz@gmail.com>2022-04-30 10:46:00 +0200
commitb6b31e440c7915e82fe8b9a4b93083ec9fb2e9fd (patch)
tree428c97994906574b552f3857f74306a0d8154842 /entrypoint.sh
parentcaf5fae8a849f740a603e0377be75df2043fae7f (diff)
downloadhomer-b6b31e440c7915e82fe8b9a4b93083ec9fb2e9fd.tar.gz
homer-b6b31e440c7915e82fe8b9a4b93083ec9fb2e9fd.tar.zst
homer-b6b31e440c7915e82fe8b9a4b93083ec9fb2e9fd.zip
Replaced darkhttpd with lighttpd
Diffstat (limited to 'entrypoint.sh')
-rw-r--r--entrypoint.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index 9da2615..e10e17e 100644
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -18,4 +18,6 @@ if [[ -n "${SUBFOLDER}" ]]; then
18fi 18fi
19 19
20chown -R $UID:$GID /www/assets 20chown -R $UID:$GID /www/assets
21exec su-exec $UID:$GID darkhttpd /www/ --no-listing --port "$PORT" 21
22echo "Starting webserver"
23lighttpd -D -f /lighttpd.conf