Skip to content

Manyfold

Logo

Description

Manyfold is an open source, self-hosted web application for managing a collection of 3D models, particularly focused on 3D printing.

Image

linuxserver/manyfold:latest

Categories

  • Uncategorized Services

Ports

  • 3214:3214/tcp

Volumes

ContainerBind
/config/opt/appdata/manyfold/config
/libraries/opt/appdata/manyfold/libraries

Environment Variables

NameLabelDefaultDescription
PUIDPUID1024for UserID
PGIDPGID100for GroupID
TZTZEurope/Amsterdamspecify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
DATABASE_URLDATABASE_URL``````Database connection URL. For sqlite use `sqlite3:/config/manyfold.sqlite3`. For postgres or mariadb use `<scheme>://<username>:<password>@<hostname>:<port>/<db name>` where `<scheme>` is `postgresql` or `mysql2`. Special characters in username/password must be [URL encoded](https://en.wikipedia.org/wiki/Percent-encoding).
REDIS_URLREDIS_URL``````Redis/Valkey database URL in `redis://<hostname>:<port>/<db number>` format.
SECRET_KEY_BASESECRET_KEY_BASE``````Browser session secret. Changing it will terminate all active browser sessions.

Labels

KeyValue
traefik.enabletrue
traefik.http.routers.manyfold.ruleHost(`manyfold.{$TRAEFIK_INGRESS_DOMAIN}`)
traefik.http.routers.manyfold.entrypointshttps
traefik.http.services.manyfold.loadbalancer.server.port3214
traefik.http.routers.manyfold.tlstrue
traefik.http.routers.manyfold.tls.certresolverdefault
traefik.http.routers.manyfold.middlewarestraefik-forward-auth
mafl.enabletrue
mafl.titleManyfold
mafl.descriptionManyfold is an open source, self-hosted web application for managing a collection of 3D models, particularly focused on 3D printing.
mafl.linkhttps://manyfold.{$TRAEFIK_INGRESS_DOMAIN}
mafl.icon.wraptrue
mafl.icon.color#007acc
mafl.status.enabledtrue
mafl.status.interval60
mafl.groupServices
mafl.icon.urlhttps://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/manyfold-logo.png

Licensed under the MIT License. Free for all use cases. For enterprise or academic support, please reach out to us.