linuxforphp / filebrowser

FileBrowser is a free, open-source, self-hosted web application for managing files and folders.
Other
28 stars 0 forks source link

Bug report on documentation #2

Closed StefanoOcchetti closed 1 year ago

StefanoOcchetti commented 2 years ago

Describe the bug

A wrong documentation is provided in:

/docs/installation.rst

In section Install on fresh Ubuntu 18.04 or Debian 10.3, the download address specified in the wget command is incorrect.

wget https://filebrowser.linuxforphp.com/files/filebrowser_latest.zip
unzip filebrowser_latest.zip && rm filebrowser_latest.zip

The domain seems to be .net (instead of .com) and no _latest file is available.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Follow the instructions
  3. wget reports an error

Expected behavior wget should correctly find the resource specified

Environment (please complete the following information):

Additional context I solved the problem by manually changing the resource address and name, pointing to rev 8.0.2 explicitly.

wget https://filebrowser.linuxforphp.net/files/filebrowser-8.0.2.zip
unzip filebrowser-8.0.2.zip && rm filebrowser-8.0.2.zip

Though, no address seems to be available for a generic "latest" version package.

andrewscaya commented 2 years ago

Hello @StefanoOcchetti --

Many thanks for reporting this. We'll update the documentation within the next few hours.

Cheers!

andrewscaya commented 1 year ago

Fixed with e00c12fa5e9a71479d718b3037626c0881d0e9f4 (Release-8.1.0).

Thanks for reporting this, @StefanoOcchetti!

andrewscaya commented 1 year ago

Sphinx requirements added to the 8.1.0 release.