MakerWorks-v2
MakerWorks-v2
Docker app from techpunk's repo
Overview
Requirements
Runtime arguments
- Web UI
http://[IP]:[PORT:3000]/- Network
makerworks-net- Shell
bash- Privileged
- false
- Extra Params
--restart unless-stopped --add-host=host.docker.internal:host-gateway
Template configuration
Host port for the MakerWorks web UI.
- Target
- 3000
- Default
- 3777
- Value
- 3777
Persistent uploads, generated files, and default backup storage.
- Target
- /app/storage
- Default
- /mnt/user/appdata/makerworks/storage
- Value
- /mnt/user/appdata/makerworks/storage
Optional dedicated backup directory.
- Target
- /app/backups
- Default
- /mnt/user/appdata/makerworks/backups
- Value
- /mnt/user/appdata/makerworks/backups
Optional source directory for bulk model imports.
- Target
- /app/imports
- Default
- /mnt/user/appdata/makerworks/imports
- Value
- /mnt/user/appdata/makerworks/imports
PostgreSQL connection string for MakerWorks.
- Target
- DATABASE_URL
- Default
- postgresql://postgres:change-this-password@makerworks-postgres:5432/makerworks?schema=public
- Value
- postgresql://postgres:change-this-password@makerworks-postgres:5432/makerworks?schema=public
Long random secret used to sign application tokens.
- Target
- JWT_SECRET
External URL users use to reach MakerWorks.
- Target
- BASE_URL
- Default
- http://localhost:3777
- Value
- http://localhost:3777
Internal durable storage root.
- Target
- STORAGE_DIR
- Default
- /app/storage
- Value
- /app/storage
Internal backup destination. Leave /app/backups when the backup path is mapped.
- Target
- BACKUP_DIR
- Default
- /app/backups
- Value
- /app/backups
Use local pg_dump/psql inside the container instead of Docker Compose exec.
- Target
- SKIP_DOCKER
- Default
- 1
- Value
- 1
pg_dump path inside the MakerWorks image.
- Target
- PG_DUMP_BIN
- Default
- /usr/bin/pg_dump
- Value
- /usr/bin/pg_dump
psql path inside the MakerWorks image.
- Target
- PSQL_BIN
- Default
- /usr/bin/psql
- Value
- /usr/bin/psql
Initial admin email.
- Target
- ADMIN_EMAIL
- Default
- admin@example.com
- Value
- admin@example.com
Initial admin password. Must be strong in production.
- Target
- ADMIN_PASSWORD
Initial admin display name.
- Target
- ADMIN_NAME
- Default
- Admin
- Value
- Admin
Set true when MakerWorks is served only over HTTPS.
- Target
- COOKIE_SECURE
- Default
- false
- Value
- false
Optional Redis URL for background queues. Leave blank to disable queue-backed processing.
- Target
- REDIS_URL
Server-side pricing currency, USD or CAD.
- Target
- CURRENCY
- Default
- USD
- Value
- USD
Client-side display currency, USD or CAD.
- Target
- NEXT_PUBLIC_CURRENCY
- Default
- USD
- Value
- USD
Optional StockWorks integration URL on makerworks-net.
- Target
- STOCKWORKS_BASE_URL
- Default
- http://StockWorks:8000
- Value
- http://StockWorks:8000
Optional StockWorks username.
- Target
- STOCKWORKS_USERNAME
Optional StockWorks password.
- Target
- STOCKWORKS_PASSWORD
Optional PrintLab integration URL on makerworks-net.
- Target
- PRINTLAB_BASE_URL
- Default
- http://PrintLab:8080
- Value
- http://PrintLab:8080
Optional API key sent to PrintLab.
- Target
- PRINTLAB_API_KEY
Header used for PrintLab API key auth.
- Target
- PRINTLAB_API_KEY_HEADER
- Default
- X-API-Key
- Value
- X-API-Key
Shared secret for PrintLab callbacks into MakerWorks.
- Target
- PRINTLAB_WEBHOOK_SECRET
Optional Stripe secret key.
- Target
- STRIPE_SECRET_KEY
Optional Stripe publishable key.
- Target
- NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY
Optional Stripe webhook signing secret.
- Target
- STRIPE_WEBHOOK_SECRET
Container timezone.
- Target
- TZ
- Default
- Etc/UTC
- Value
- Etc/UTC
Categories
Details
ghcr.io/schartrand77/mkw2:latestRun MakerWorks-v2 on Unraid.
MakerWorks-v2 is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.