Standalone microservice based on Node Express framework, which is ready to run and handle requests from Flmngr file manager
Flmngr file manager is used to upload and manage files and images. Can be a standalone file manager (React/Angular/etc. or custom JavaScript or TypeScript integrations) or work together with TinyMCE, CKEditor 4, CKEditor 5, N1ED, or any other JS components.
After you fork/clone this repo, Flmngr microserver can be easily built with these commands:
npm i
npm run build
Then always run it with the command:
npm run start
All the options are located in flmngr.conf
file.
Please read the server configuration manual to know more about how to configure the backend, link it with Nginx, and add it to autostart on your server.
In case of any problem, we have a very detailed Question-Answer debug manual.
- Flmngr - Flmngr file manager.
- Install Flmngr standalone microservice - the detailed manual on how to install Node file manager on your Express server.
- Flmngr codepens - collection of JS samples on CodePen.
- Flmngr API - API of Flmngr client.
- N1ED - a website content builder with Flmngr file manager aboard, also works as a plugin for CKEditor 4, TinyMCE, which has modules for different CMSs.
GNU Lesser General Public License v3; see LICENSE.txt