mirror of
https://github.com/YunoHost-Apps/ifm_ynh.git
synced 2024-09-03 18:45:52 +02:00
62 lines
2.4 KiB
Markdown
62 lines
2.4 KiB
Markdown
<!--
|
|
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.
|
|
-->
|
|
|
|
# IFM for YunoHost
|
|
|
|
[![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)
|
|
|
|
[![Install IFM with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ifm)
|
|
|
|
*[Lire ce readme en français.](./README_fr.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.0~ynh3
|
|
|
|
**Demo:** https://ifmdemo.gitea.de/
|
|
|
|
## Screenshots
|
|
|
|
![Screenshot of IFM](./doc/screenshots/ifm_screenshot.png)
|
|
|
|
## Disclaimers / important information
|
|
|
|
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).
|
|
## Documentation and resources
|
|
|
|
* 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>
|
|
|
|
## 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:** <https://yunohost.org/packaging_apps>
|