📂 Web File Browser
-- Original fork (in case you do not want to add an extra dependency for that specific use case): https://github.com/sabatale/filebrowser -- Adds bpmn-js (new dependency) integration for diagrams: https://github.com/bpmn-io/bpmn-js. Any .bpmn file will open with the bpmn-js viewer instead of showing up as an XML file. No side-effects to be exepected since this introduces a new getter (IsDiagrams) for .bpmn extensions. You can drag the diagram around and zoom in/out as well. Use the folder "demo diagrams" for an actual .bpmn example as well as some extra documentation. |
||
|---|---|---|
| .circleci | ||
| .github | ||
| .tx | ||
| auth | ||
| cmd | ||
| demo diagrams | ||
| errors | ||
| files | ||
| fileutils | ||
| frontend | ||
| http | ||
| rules | ||
| runner | ||
| search | ||
| settings | ||
| share | ||
| storage | ||
| users | ||
| version | ||
| .docker.json | ||
| .dockerignore | ||
| .gitignore | ||
| .goreleaser.yml | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| wizard.sh | ||
⚠️ WARN: This project is not under active development ATM. A small group of developers keeps the project alive, but due to lack of time, we can't continue adding new features or doing deep changes. Please read #532 for more info!
filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware.
Features
Please refer to our docs at filebrowser.xyz/features
Install
Please refer to our docs at filebrowser.xyz.
Usage
Please refer to our docs at filebrowser.xyz/usage.
Contributing
Please refer to our docs at filebrowser.xyz/contributing.
