Libre-Closet

Libre-Closet

Docker app from grtgbln's Repository

Overview

A free, open-source, self-hosted wardrobe organizer. Catalog your clothes, upload photos, build outfits, and access everything from your phone as an offline-ready PWA — all on your own server.

Media gallery

1 / 4

Install Libre-Closet on Unraid in a few clicks.

Find Libre-Closet in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Libre-Closet Review the template variables and paths Click Install

Download Statistics

1,472
Total Downloads

Related apps

Details

Repository
ghcr.io/lazztech/libre-closet:latest
Last Updated2026-06-16
First Seen2026-03-01

Runtime arguments

Web UI
http://[IP]:[PORT:3000]/
Network
bridge
Privileged
false

Template configuration

Web UI PortPorttcp

Container Port: 3000

Target
3000
Default
3000
Value
3000
App NameVariable

Name of the application

Target
APP_NAME
Default
Libre Closet
Value
Libre Closet
Auth EnabledVariable

Enable or disable authentication.

Target
AUTH_ENABLED
Default
false|true
PWA EnabledVariable

Enable or disable PWA service worker.

Target
PWA_ENABLED
Default
false|true
Auth Access TokenVariable

Secret key for signing access tokens. Generate a secure random key with `openssl rand -base64 60`

Target
ACCESS_TOKEN_SECRET
Email From AddressVariable

Email address to use as the sender for password reset emails.

Target
EMAIL_FROM_ADDRESS
Email TransportVariable

Email transport method to use for sending emails.

Target
EMAIL_TRANSPORT
Default
gmail|mailgun
Mailgun API KeyVariable

API key for Mailgun email transport.

Target
EMAIL_API_KEY
App DataPath

Path to the app data

Target
/app/data
Default
/mnt/user/appdata/libre_closet/data
Value
/mnt/user/appdata/libre_closet/data
Internal Data PathVariable

Internal data path. Not recommended to change.

Target
DATA_PATH
Default
./data
Value
./data
Database TypeVariable

Type of database to use (e.g., sqlite, postgres). Not recommended to change.

Target
DATABASE_TYPE
Default
sqlite
Value
sqlite
File Storage TypeVariable

Type of file storage to use (e.g., local, s3). Not recommended to change.

Target
FILE_STORAGE_TYPE
Default
local
Value
local