33<div align =" center " >
44
55[ ![ PyPI version] ( https://img.shields.io/pypi/v/win-folder-manager.svg?style=flat-square&logo=pypi&logoColor=white )] ( https://pypi.org/project/win-folder-manager/ )
6- [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/linjhs/manager.svg?style=flat-square&logo=docker&logoColor=white )] ( https://hub.docker.com/r/linjhs/manager )
6+ [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/linjhs/win-folder- manager.svg?style=flat-square&logo=docker&logoColor=white )] ( https://hub.docker.com/r/linjhs/win-folder- manager )
77[ ![ Build Status] ( https://github.com/LinJHS/win-folder-manager/actions/workflows/publish.yml/badge.svg )] ( https://github.com/LinJHS/win-folder-manager/actions )
88[ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/win-folder-manager.svg?style=flat-square&logo=python&logoColor=white )] ( https://pypi.org/project/win-folder-manager/ )
99[ ![ License] ( https://img.shields.io/github/license/LinJHS/win-folder-manager.svg?style=flat-square )] ( https://github.com/LinJHS/win-folder-manager/blob/main/LICENSE )
2828- 🚀 ** Web Interface** : Simple Flask-based UI accessible from your browser.
2929- 💾 ** Persistent Config** : Configuration saved automatically in ` %APPDATA% ` .
3030
31+ ## 📸 Screenshots
32+
33+ | Home Dashboard | Edit Attributes |
34+ | :---: | :---: |
35+ | <img src =" imgs/02-dashboard.png " width =" 100% " > | <img src =" imgs/03-edit-attributes.png " width =" 100% " > |
36+ | ** Configuration** | ** Explorer Preview** |
37+ | <img src =" imgs/01-configuration.png " width =" 100% " > | <img src =" imgs/04-explorer-preview.png " width =" 100% " > |
38+
3139## 📦 Installation
3240
3341### via PyPI (Recommended)
@@ -99,7 +107,11 @@ You can configure the root path to scan for folders directly in the Web UI.
99107You can run Win Folder Manager using Docker.
100108
101109``` bash
102- docker run -d -p 6800:6800 -v /path/to/your/folders:/data linjhs/manager
110+ docker run -d \
111+ -p 6800:6800 \
112+ -v /path/to/your/folders:/data \
113+ -v win-folder-manager-config:/root/.config/win-folder-manager \
114+ linjhs/win-folder-manager
103115```
104116
105117> ** Note** : This application relies on Windows-specific commands (` attrib ` ) to set folder attributes (System/Hidden/ReadOnly) which are required for ` desktop.ini ` customizations to take effect. Running this in a Linux container may limit functionality unless used in a specific environment or for viewing purposes.
@@ -121,4 +133,4 @@ docker run -d -p 6800:6800 -v /path/to/your/folders:/data linjhs/manager
121133
122134## 📄 License
123135
124- This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details.
136+ This project is licensed under the GNU General Public License v3.0 - see the [ LICENSE] ( LICENSE ) file for details.
0 commit comments