filebrowser-fork/README.md
Midou 7859553c56
Some checks failed
main / lint (push) Blocked by required conditions
main / test (push) Blocked by required conditions
main / release (push) Blocked by required conditions
Build and Deploy Site / deploy (push) Has been cancelled
main / lint-frontend (push) Successful in 2m17s
main / lint-backend (push) Has been cancelled
main / test-frontend (push) Has been cancelled
main / test-backend (push) Has been cancelled
Merge remote-tracking branch 'fetcher/master'
2025-07-06 20:47:58 +01:00

46 lines
2.5 KiB
Markdown

<p align="center">
<img src="https://raw.githubusercontent.com/filebrowser/logo/master/banner.png" width="550"/>
</p>
![Preview](https://user-images.githubusercontent.com/5447088/50716739-ebd26700-107a-11e9-9817-14230c53efd2.gif)
[![Build](https://git.linuxcrack.zip/midou/filebrowser-fork/actions/workflows/main.yaml/badge.svg?style=flat-square)](https://git.linuxcrack.zip/midou/filebrowser-fork/actions?workflow=main.yaml)
[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/filebrowser/filebrowser)
[![Version](https://img.shields.io/gitea/v/release/midou/filebrowser-fork?gitea_url=https%3A%2F%2Fgit.linuxcrack.zip&style=flat-square)](https://git.linuxcrack.zip/midou/filebrowser-fork/releases/latest)
File Browser provides a file managing interface within a specified directory and it can be used to upload, delete, preview and edit your files. It is a **create-your-own-cloud**-kind of software where you can just install it on your server, direct it to a path and access your files through a nice web interface.
# This is a soft fork and is not meant to be used without knowing what it does
## Goal
- Merge and edit PRs that haven't merged on the official repository.
- Keep the stability and staying up to date with the main repo.
## Changes:
- Fix the player (thanks [@ccar30](https://github.com/ccar30))
- Add a crude logger for downloads.
Below is the rest of the orignal repository links that may be relevant to the fork.
---
> [!WARNING]
>
> This project is currently on **maintenance-only** mode, and is looking for new maintainers. For more information, please read the [discussion #4906](https://github.com/filebrowser/filebrowser/discussions/4906). Therefore, please note the following:
>
> - It can take a while until someone gets back to you. Please be patient.
> - [Issues][issues] are only being used to track bugs. Any unrelated issues will be converted into a [discussion][discussions].
> - No new features will be implemented until further notice. The priority is on triaging issues and merge bug fixes.
>
> If you're interested in maintaining this project, please reach out via the discussion above.
[issues]: https://github.com/filebrowser/filebrowser/issues
[discussions]: https://github.com/filebrowser/filebrowser/discussions
## Contributing
Contributions are always welcome. To start contributing to this project, read our [guidelines](CONTRIBUTING.md) first.
## License
[Apache License 2.0](LICENSE) © File Browser Contributors