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)
|
2023-03-12 18:04:37 +01:00
|
|
|
|
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-28 08:21:32 +01:00
|
|
|
**Shipped version:** 4.0.0~ynh3
|
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
|
|
|
|
|
|
|
## Documentation and resources
|
|
|
|
|
2022-12-17 22:16:59 +01:00
|
|
|
* Upstream app code repository: <https://github.com/misterunknown/ifm>
|
2023-10-31 15:16:17 +01:00
|
|
|
* YunoHost Store: <https://apps.yunohost.org/app/ifm>
|
2022-12-17 22:16:59 +01:00
|
|
|
* 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>
|