2021-08-28 16:55:52 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2021-08-28 16:55:59 +02:00
# IFM for YunoHost
2021-08-28 16:55:52 +02:00
2023-01-22 16:10:32 +01:00
[![Integration level ](https://dash.yunohost.org/integration/ifm.svg )](https://dash.yunohost.org/appci/app/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 )
2021-08-28 16:55:59 +02:00
[![Install IFM with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=ifm)
2021-08-28 16:55:52 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2021-08-28 16:55:59 +02:00
> *This package allows you to install IFM quickly and simply on a YunoHost server.
2021-08-28 16:55:52 +02:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
2021-08-28 19:24:45 +02:00
The IFM is a web-based filemanager, which comes as a single file solution using HTML5, CSS3, JavaScript and PHP.
2021-08-28 17:17:55 +02:00
### 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
2021-08-28 19:31:19 +02:00
- simple authentication (LDAP via `ldap_bind` possible)
2021-08-28 17:17:55 +02:00
2021-08-28 16:55:52 +02:00
2023-01-13 20:25:55 +01:00
**Shipped version:** 4.0.0~ynh2
2021-08-28 16:55:52 +02:00
2021-08-28 16:55:59 +02:00
**Demo:** https://ifmdemo.gitea.de/
2021-08-28 16:55:52 +02:00
## Screenshots
2022-12-17 22:16:59 +01:00
![Screenshot of IFM ](./doc/screenshots/ifm_screenshot.png )
2021-08-28 16:55:52 +02:00
2021-08-28 17:29:13 +02:00
## Disclaimers / important information
2021-08-28 19:38:40 +02:00
The IFM is usually locked to it's own directory (`/home/yunohost.app/ifm`), so you are not able to go above. You can change that by setting `env[IFM_ROOT_DIR] = /home/yunohost.app/ifm` in the PHP config `/etc/php/7.3/fpm/pool.d/ifm.conf` L.434 with the help of this [documentation ](https://github.com/misterunknown/ifm/wiki/Configuration ).
2021-08-28 16:55:52 +02:00
## Documentation and resources
2022-12-17 22:16:59 +01:00
* Upstream app code repository: < https: // github . com / misterunknown / ifm >
* YunoHost documentation for this app: < https: // yunohost . org / app_ifm >
* Report a bug: < https: // github . com / YunoHost-Apps / ifm_ynh / issues >
2021-08-28 16:55:52 +02:00
## Developer info
2021-08-28 16:55:59 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/ifm_ynh/tree/testing ).
2021-08-28 16:55:52 +02:00
To try the testing branch, please proceed like that.
2022-12-17 22:16:59 +01:00
``` bash
2021-08-28 16:55:59 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/ifm_ynh/tree/testing --debug
2021-08-28 16:55:52 +02:00
or
2021-08-28 16:55:59 +02:00
sudo yunohost app upgrade ifm -u https://github.com/YunoHost-Apps/ifm_ynh/tree/testing --debug
2021-08-28 16:55:52 +02:00
```
2022-12-17 22:16:59 +01:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >