1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ifm_ynh.git synced 2024-09-03 18:45:52 +02:00
Improved File Manager package for YunoHost
Find a file
2021-09-23 23:42:12 +02:00
.github Add teemplates 2021-09-23 23:42:12 +02:00
conf Add teemplates 2021-09-23 23:42:12 +02:00
doc Fix 2021-08-28 19:38:33 +02:00
scripts Add teemplates 2021-09-23 23:42:12 +02:00
sources First commit 2021-08-28 16:55:52 +02:00
check_process Fix 2021-08-28 16:59:04 +02:00
LICENSE Fix 2021-08-28 16:59:04 +02:00
manifest.json Add teemplates 2021-09-23 23:42:12 +02:00
README.md Auto-update README 2021-08-28 17:38:40 +00:00
README_fr.md Auto-update README 2021-08-28 17:38:40 +00:00

IFM for YunoHost

Integration level
Install IFM with YunoHost

Lire ce readme en français.

This package allows you to install IFM quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide 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: 2.6.3~ynh1

Demo: https://ifmdemo.gitea.de/

Screenshots

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.

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

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