fix: support gitea git remote uploads

This commit is contained in:
Tom Boullay
2026-05-15 01:08:44 +02:00
parent 23253c2277
commit f53f606daa
10 changed files with 258 additions and 76 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ RUN npm run build
FROM node:20-slim AS runner
LABEL maintainer="La Fabrik Durable"
LABEL description="Secure GLTF upload interface with Draco compression and GitHub push"
LABEL description="Secure GLTF upload interface with Draco compression and Git push"
# Blender is required for server-side Draco GLB export.
RUN apt-get update && apt-get install -y --no-install-recommends \