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
2024-07-05 19:46:54 +02:00
.github Add teemplates 2021-09-23 23:42:12 +02:00
conf v2 2023-03-12 18:11:37 +01:00
doc cleaning 2024-01-01 16:19:30 +01:00
scripts cleaning 2024-06-25 19:42:41 +02:00
sources cleaning 2024-01-01 16:19:30 +01:00
ALL_README.md Update READMEs 2024-06-23 13:31:58 +02:00
config_panel.toml.example fix 2024-06-28 22:28:17 +02:00
LICENSE Fix 2021-08-28 16:59:04 +02:00
manifest.toml Update manifest.toml 2024-06-28 22:28:32 +02:00
README.md Auto-update READMEs 2024-06-28 20:28:37 +00:00
README_es.md Auto-update READMEs 2024-06-28 20:28:37 +00:00
README_eu.md Auto-update READMEs 2024-06-28 20:28:37 +00:00
README_fr.md Auto-update READMEs 2024-06-28 20:28:37 +00:00
README_gl.md Auto-update READMEs 2024-06-28 20:28:37 +00:00
README_it.md Auto-update README 2024-03-29 07:07:36 +01:00
README_zh_Hans.md Auto-update READMEs 2024-06-28 20:28:37 +00:00
tests.toml fix 2023-03-12 18:14:38 +01:00

IFM for YunoHost

Integration level Working status Maintenance status

Install IFM with YunoHost

Read this README in other languages.

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: 4.0.2~ynh4

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

Screenshots

Screenshot of IFM

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