elFinder A Web File Manager Install Auto Update Tool For ISPConfig

Discussion in 'Developers' Forum' started by ahrasis, Sep 16, 2023.

  1. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

  2. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Submitting a new merge request to fix minor error of php-fpm version not passing correctly @till

    I will rewrite this in php and propose another merge request to add this to ISPConfig autoinstaller with option --use-elfinder but will also maintain this in tool section for those who need it after ISPConfig install.
     
  3. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Update. I noticed that nobody attend to my merge requests since over a year and to the very recent one, so the updates are not available in the ISPConfig official tools but just in my repo. Those who need it can now the new link instead:
    Code:
    cd /etc/cron.daily
    curl https://git.ispconfig.org/ahrasis/tools/-/raw/master/elfinder_install_update.sh -s > elfinder_install_update.sh
    chmod +x elfinder_install_update.sh
    ./elfinder_install_update.sh
    Or directly via this command.
    Code:
    curl https://git.ispconfig.org/ahrasis/tools/-/raw/master/elfinder_install_update.sh -sL | bash 
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    @ahrasis Sorry, I have not seen you make a merge request to the Tools repository. It is not frequently used, so I do not check it often. I merged it now.
     
  5. BryarGH

    BryarGH New Member

    Anyone can explain how I can install this and use it? This file manager? Thanks!
     

Share This Page