Dateien nach "/" hochladen

This commit is contained in:
2026-09-07 08:19:41 +02:00
parent cfb0ba7af1
commit b9750b7fb0
4 changed files with 118 additions and 0 deletions

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Copy this file to .env and set the absolute path to the folder on your
# desktop where your projects (and their STL/3MF files) should live.
#
# Linux/macOS example:
# PROJECTS_DIR=/home/yourname/3d-projects
#
# Windows (Docker Desktop) example:
# PROJECTS_DIR=C:/Users/yourname/3d-projects
PROJECTS_DIR=/home/yourname/3d-projects