# IFM for YunoHost [![Integration level](https://dash.yunohost.org/integration/ifm.svg)](https://ci-apps.yunohost.org/ci/apps/ifm/) ![Working status](https://ci-apps.yunohost.org/ci/badges/ifm.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/ifm.maintain.svg) [![Install IFM with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ifm) *[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install IFM quickly and simply on a YunoHost server.* > *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* ## Overview The IFM is a web-based filemanager, which comes as a single file solution using HTML5, CSS3, JavaScript and PHP. ### features - create/edit files and directories - copy/move files and directories - download files and directories - upload files directly, remotely via URL or per drag & drop - extract archives (tar, tgz, tar.gz, tar.bz2, zip) - change permissions - image preview - simple authentication (LDAP via `ldap_bind` possible) **Shipped version:** 4.0.2~ynh4 **Demo:** ## Screenshots ![Screenshot of IFM](./doc/screenshots/ifm_screenshot.png) ## Documentation and resources - Upstream app code repository: - YunoHost Store: - Report a bug: ## Developer info Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/ifm_ynh/tree/testing). To try the `testing` branch, please proceed like that: ```bash sudo yunohost app install https://github.com/YunoHost-Apps/ifm_ynh/tree/testing --debug or sudo yunohost app upgrade ifm -u https://github.com/YunoHost-Apps/ifm_ynh/tree/testing --debug ``` **More info regarding app packaging:**