From 0866e690a33e94510bfb50ab24f7826c1f6acb4d Mon Sep 17 00:00:00 2001
From: pp-r <64266134+pp-r@users.noreply.github.com>
Date: Tue, 4 Oct 2022 11:21:38 +0200
Subject: [PATCH] Create app_ifm.md

---
 pages/04.applications/10.docs/ifm/app_ifm.md | 27 ++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 pages/04.applications/10.docs/ifm/app_ifm.md

diff --git a/pages/04.applications/10.docs/ifm/app_ifm.md b/pages/04.applications/10.docs/ifm/app_ifm.md
new file mode 100644
index 00000000..d1531316
--- /dev/null
+++ b/pages/04.applications/10.docs/ifm/app_ifm.md
@@ -0,0 +1,27 @@
+---
+title: IFM
+template: docs
+taxonomy:
+    category: docs, apps
+routes:
+  default: '/app_ifm'
+---
+
+[![Installer IFM with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ifm) [![Integration level](https://dash.yunohost.org/integration/ifm.svg)](https://dash.yunohost.org/appci/app/ifm)
+
+### Index
+
+- [Useful links](#useful-links)
+
+*IFM* is a web-based filemanager, which comes as a single file solution using HTML5, CSS3, JavaScript and PHP.
+
+### 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).
+
+## Useful links
+
++ Website: [github.com/misterunknown/ifm](https://github.com/misterunknown/ifm)
++ Demonstration: [Demo](https://ifmdemo.gitea.de/)
++ Application software repository: [github.com - YunoHost-Apps/ifm](https://github.com/YunoHost-Apps/ifm_ynh)
++ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/ifm/issues](https://github.com/YunoHost-Apps/ifm_ynh/issues)