1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ifm_ynh.git synced 2024-09-03 18:45:52 +02:00
ifm_ynh/README.md

60 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2021-08-28 16:55:52 +02:00
<!--
2024-06-24 11:16:06 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-08-28 16:55:52 +02:00
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
2024-06-28 22:27:48 +02:00
[![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)
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
2024-06-24 11:16:06 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2021-08-28 16:55:52 +02:00
2024-06-24 11:16:06 +02:00
> *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.*
2021-08-28 16:55:52 +02:00
## 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
2024-06-28 22:28:37 +02:00
**Shipped version:** 4.0.2~ynh4
2021-08-28 16:55:52 +02:00
2024-06-24 11:16:06 +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
2024-06-24 11:16:06 +02:00
- Upstream app code repository: <https://github.com/misterunknown/ifm>
- YunoHost Store: <https://apps.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
2024-06-24 11:16:06 +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
2024-06-24 11:16:06 +02:00
To try the `testing` branch, please proceed like that:
2022-12-17 22:16:59 +01:00
2024-06-24 11:16:06 +02: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>