.github | ||
conf | ||
doc | ||
scripts | ||
sources | ||
check_process | ||
config_panel.toml.example | ||
LICENSE | ||
manifest.json | ||
README.md | ||
README_fr.md |
Filebrowser for YunoHost
This package allows you to install Filebrowser quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
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.
Shipped version: 2.21.1~ynh1
Screenshots
Disclaimers / important information
Default credentials
username: admin
password: admin
You must change the password and, if you can, the username for the best security possible.
Configuration
By default, the root path is set to /home/yunohost.app/filebrowser
. You can choose a different root path in filebrowser configuration file: /var/www/filebrowser/settings.json
and modify root entry as desired. (you may need to set the correct permissions for the new path).
Documentation and resources
- Official app website: https://filebrowser.org
- Official admin documentation: https://filebrowser.org/
- Upstream app code repository: https://github.com/filebrowser/filebrowser
- YunoHost documentation for this app: https://yunohost.org/app_filebrowser
- Report a bug: https://github.com/YunoHost-Apps/filebrowser_ynh/issues
Developer info
Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/filebrowser_ynh/tree/testing --debug
or
sudo yunohost app upgrade filebrowser -u https://github.com/YunoHost-Apps/filebrowser_ynh/tree/testing --debug
More info regarding app packaging: https://yunohost.org/packaging_apps