Version 0.5.1.r2
– Expanded the App Central description with clear English instructions for disabling new user registrations after creating the first account.
– Documented the app.env location and the exact DISABLE_REGISTRATION setting to change.
Libre Closet is a free, open-source and self-hosted digital wardrobe organizer. Catalog garments with photos, categories, brands, sizes and colors; build outfits; schedule what to wear; share wardrobes; and install the interface as an offline-ready PWA.
This ASUSTOR package deploys the official Libre Closet 0.5.1 multi-architecture container with SQLite and local file storage. No external database is required. Application data, uploaded photos, the SQLite database and configuration are stored under /share/Docker/LibreCloset.
IMPORTANT FIRST-RUN NOTICE
Authentication and user registration are enabled by default. Open the application on port 3470 and create the first account.
After creating the first account, you can prevent additional user registrations by editing:
/share/Docker/LibreCloset/app.env
Replace:
DISABLE_REGISTRATION=false
with:
DISABLE_REGISTRATION=true
Then disable and re-enable Libre Closet in App Central to apply the change. Do not expose the application directly to the Internet without HTTPS and appropriate access controls.
