settings file and screen

This commit is contained in:
2025-11-07 15:01:36 -05:00
parent 84c99880ed
commit c1b0421650
22 changed files with 141 additions and 29 deletions

View File

@@ -7,6 +7,7 @@ COPY . .
RUN npm install && npm run build
ENV DATABASE_URL=file:/data/local.db
ENV SETTINGS_PATH=/data/settings.json
ENV BODY_SIZE_LIMIT=100M
ENV NODE_TLS_REJECT_UNAUTHORIZED=0