https://github.com/ironsharkde/filebrowser-usermanager
CLI application for user management in File Manager application
https://github.com/ironsharkde/filebrowser-usermanager
cli filebrowser nodejs npm usermanager
Last synced: 4 months ago
JSON representation
CLI application for user management in File Manager application
- Host: GitHub
- URL: https://github.com/ironsharkde/filebrowser-usermanager
- Owner: ironsharkde
- License: mit
- Created: 2018-02-01T12:12:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T17:03:32.000Z (over 8 years ago)
- Last Synced: 2025-10-13T19:50:14.887Z (8 months ago)
- Topics: cli, filebrowser, nodejs, npm, usermanager
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI application for user management in [File Browser](https://filebrowser.github.io/) application
This CLI tool was developed and tested with File Browser [v1.5.0](https://github.com/filebrowser/filebrowser/releases/tag/v1.5.0).
Further File Browser releases could brake compatibility with current tool, since API is not officially introduced and could be changed in any release.
Check following [#285 issue](https://github.com/filebrowser/filebrowser/issues/285) for details about API documentation.
# Installation
```sh
npm install filebrowser-usermanager -g
```
# Usage
```sh
filebrowser-user-add [username] [password] [directory]
```
### Following environment variables could be used
```sh
FILEBROWSER_BASEURL # default http://localhost
FILEBROWSER_ADMIN_USERNAME # default "admin"
FILEBROWSER_ADMIN_PASSWORD # default "admin"
```