mirror of
https://github.com/YunoHost-Apps/ifm_ynh.git
synced 2024-09-03 18:45:52 +02:00
Merge branch 'testing'
This commit is contained in:
commit
17e70664a4
7 changed files with 24 additions and 5 deletions
|
@ -15,6 +15,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
The IFM is a web-based filemanager, which comes as a single file solution using HTML5, CSS3, JavaScript and PHP.
|
||||||
|
|
||||||
### features
|
### features
|
||||||
|
|
||||||
- create/edit files and directories
|
- create/edit files and directories
|
||||||
|
@ -37,7 +39,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
The IFM is usually locked to it's own directory, so you are not able to go above. You can change that by setting the root_dir in the scripts [configuration](https://github.com/misterunknown/ifm/wiki/Configuration).
|
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 this [documentation](https://github.com/misterunknown/ifm/wiki/Configuration).
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://github.com/misterunknown/ifm
|
* Official app website: https://github.com/misterunknown/ifm
|
||||||
|
|
|
@ -11,6 +11,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
|
|
||||||
|
The IFM is a web-based filemanager, which comes as a single file solution using HTML5, CSS3, JavaScript and PHP.
|
||||||
|
|
||||||
### features
|
### features
|
||||||
|
|
||||||
- create/edit files and directories
|
- create/edit files and directories
|
||||||
|
@ -33,7 +35,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
The IFM is usually locked to it's own directory, so you are not able to go above. You can change that by setting the root_dir in the scripts [configuration](https://github.com/misterunknown/ifm/wiki/Configuration).
|
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 this [documentation](https://github.com/misterunknown/ifm/wiki/Configuration).
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://github.com/misterunknown/ifm
|
* Site officiel de l'app : https://github.com/misterunknown/ifm
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
The IFM is a web-based filemanager, which comes as a single file solution using HTML5, CSS3, JavaScript and PHP.
|
||||||
|
|
||||||
### features
|
### features
|
||||||
|
|
||||||
- create/edit files and directories
|
- create/edit files and directories
|
||||||
|
@ -7,4 +9,4 @@
|
||||||
- extract archives (tar, tgz, tar.gz, tar.bz2, zip)
|
- extract archives (tar, tgz, tar.gz, tar.bz2, zip)
|
||||||
- change permissions
|
- change permissions
|
||||||
- image preview
|
- image preview
|
||||||
- simple authentication (LDAP via ldap_bind possible)
|
- simple authentication (LDAP via `ldap_bind` possible)
|
||||||
|
|
12
doc/DESCRIPTION_fr.md
Normal file
12
doc/DESCRIPTION_fr.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
L'IFM est un gestionnaire de fichiers basé sur le Web, qui se présente sous la forme d'un fichier unique utilisant HTML5, CSS3, JavaScript et PHP.
|
||||||
|
|
||||||
|
### caractéristiques
|
||||||
|
|
||||||
|
- créer/éditer des fichiers et des répertoires
|
||||||
|
- copier/déplacer des fichiers et des répertoires
|
||||||
|
- télécharger des fichiers et des répertoires
|
||||||
|
- télécharger des fichiers directement, à distance via URL ou par glisser-déposer
|
||||||
|
- extraire les archives (tar, tgz, tar.gz, tar.bz2, zip)
|
||||||
|
- modifier les autorisations
|
||||||
|
- aperçu de l'image
|
||||||
|
- authentification simple (LDAP via `ldap_bind` possible)
|
|
@ -1 +1 @@
|
||||||
The IFM is usually locked to it's own directory, so you are not able to go above. You can change that by setting the root_dir in the scripts [configuration](https://github.com/misterunknown/ifm/wiki/Configuration).
|
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).
|
1
doc/DISCLAIMER_fr.md
Normal file
1
doc/DISCLAIMER_fr.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
L'IFM est généralement verrouillé dans son propre répertoire (`/home/yunohost.app.ifm`), vous ne pouvez donc pas aller sur d'autres répertoires. Vous pouvez changer cela en définissant `env[IFM_ROOT_DIR] = /home/yunohost.app.ifm` dans la configuration PHP `/etc/php/7.3/fpm/pool.d/ifm.conf` L.434 en vous aidant de cette [documentation](https://github.com/misterunknown/ifm/wiki/Configuration).
|
|
@ -16,7 +16,7 @@
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "",
|
"name": "eric_G",
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue