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
|
|
|
|
2021-08-28 16:55:59 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/ifm.svg)](https://dash.yunohost.org/appci/app/ifm) ![](https://ci-apps.yunohost.org/ci/badges/ifm.status.svg) ![](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)
|
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 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
|
|
|
|
- simple authentication (LDAP via ldap_bind possible)
|
|
|
|
|
2021-08-28 16:55:52 +02:00
|
|
|
|
2021-08-28 16:55:59 +02:00
|
|
|
**Shipped version:** 2.6.3~ynh1
|
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
|
|
|
|
|
2021-08-28 17:00:53 +02:00
|
|
|
![](./doc/screenshots/ifm_screenshot.png)
|
2021-08-28 16:55:52 +02:00
|
|
|
|
|
|
|
## Documentation and resources
|
|
|
|
|
2021-08-28 16:59:10 +02:00
|
|
|
* Official app website: https://github.com/misterunknown/ifm
|
2021-08-28 16:55:59 +02: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.
|
|
|
|
```
|
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
|
|
|
```
|
|
|
|
|
|
|
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|