Fix mobile UI and SSL

This commit is contained in:
LukeGus
2025-09-25 22:56:45 -05:00
parent 158e805e04
commit 9b1dbdcc0a
12 changed files with 282 additions and 4251 deletions

View File

@@ -59,7 +59,7 @@ ENV DATA_DIR=/app/data \
PORT=8080 \
NODE_ENV=production
RUN apk add --no-cache nginx gettext su-exec && \
RUN apk add --no-cache nginx gettext su-exec openssl && \
mkdir -p /app/data && \
chown -R node:node /app/data