1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ifm_ynh.git synced 2024-09-03 18:45:52 +02:00
This commit is contained in:
ericgaspar 2021-08-28 19:24:32 +02:00
parent ff03ecb269
commit e2c91f2443
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 1 deletions

View file

@ -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
- create/edit files and directories

View file

@ -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 this [documentation](https://github.com/misterunknown/ifm/wiki/Configuration).