mirror of
https://github.com/YunoHost-Apps/ifm_ynh.git
synced 2024-09-03 18:45:52 +02:00
Fix
This commit is contained in:
parent
ff03ecb269
commit
e2c91f2443
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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).
|
Loading…
Add table
Reference in a new issue