Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.1 KB

maggot-fb

Filebrowser for use with Maggot

  • Here are some scripts facilitating the configuration and launching of the server application

  • First of all, you must edit the etc/initdb.sh then run.sh files in order to specify the parameters such as the path to the data root (FB_DATADIR), the listening port (FB_PORT).

  • In the etc/initdb.sh file you must also

    • specify keys for reCAPTCHA if needed
    • change the passwords for the two users (admin and maggot) created when the database was initialized.
  • Then you have to run the database initialization only once.

     sh  ./etc/initdb.sh
  • You will probably need to configure your web server (Apache or Nginx) if you use a proxy server. Under ./etc is provided an example for Nginx.

  • To launch the Filebrowser app

     sh  ./run.sh start
  • To stop the Filebrowser app

     sh  ./run.sh stop

Links related to Filebrowser

Web site

https://filebrowser.org/

Github

https://github.com/filebrowser/filebrowser

Releases

https://github.com/filebrowser/filebrowser/releases/