X-Git-Url: https://git.p6c8.net/jirafeau/pcanterino.git/blobdiff_plain/7f1d9ad72bd153407e004a9e7a092b06dce76db1..9832ac10b3a5915e8dfe7672a83449b0bc1a76c4:/README.md?ds=inline diff --git a/README.md b/README.md index 8c900b0..53c3af7 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Jirafeau project won't evolve to a file manager and will focus to keep a very fe This shows how to install Jirafeau by your own, it's quite simple but you can also use a [docker image](https://gitlab.com/jirafeau/Jirafeau/container_registry/) or build -it yourself. Check [docker folder](docker/README.md) for more informations. +it yourself. Check [docker folder](docker/README.md) for more information. System requirements: - PHP >= 7.4 @@ -90,12 +90,13 @@ If you have some troubles, consider the following cases - Check your `/lib/config.local.php` file and compare it with `/lib/config.original.php`, the configuration syntax or a parameter may have changed - Check owner and permissions of your files -- set `debug` option to `true` to check any warning or error +- Set `debug` option to `true` to check any warning or error ## Security `var` directory contains all files and links. It is randomly named to limit access but you may add better protection to prevent un-authorized access to it. You have several options: + - Configure a `.htaccess` - Move var folder to a place on your server which can't be directly accessed - Disable automatic listing on your web server config or place a index.html in var's sub-directory (this is a limited solution) @@ -151,6 +152,10 @@ By activating this feature, you have to be aware of few things: In a next step, encryption will be made by the client (in JavaScript). +## Known issues + +- There is an [issue](https://gitlab.com/jirafeau/Jirafeau/-/issues/40) with asynchronous uploads not working in Chromium-based browsers on servers with HTTP/3 enabled. This seems to be a bug in Chromium. Thanks to [slt](https://gitlab.com/sltrash) for [reporting](https://issues.chromium.org/issues/457463688) this to the Chromium developers. + ## License GNU Affero General Public License v3 (AGPL-3.0). @@ -222,7 +227,7 @@ Hint: To create a custom theme just copy the `courgette` folder and name your th ### I found a bug, what should I do? Feel free to open a bug in the [GitLab's issues](https://gitlab.com/jirafeau/Jirafeau/issues). -If you can, please copy-paste informations related to bug opening provided in admin interface. +If you can, please copy-paste information related to bug opening provided in admin interface. Admin interface can be reached by accessing `/admin.php`. ### How to set maximum file size? @@ -236,8 +241,8 @@ If you don't want to allow unlimited upload size, you can still setup a maximal ### How can I edit an option? -Documentation of all default options are located in [lib/config.original.php](https://gitlab.com/jirafeau/Jirafeau/blob/master/lib/config.original.php). -If you want to change an option, just edit your `lib/config.local.php`. +Documentation of all default options are located in [/lib/config.original.php](https://gitlab.com/jirafeau/Jirafeau/blob/master/lib/config.original.php). +If you want to change an option, just edit your `/lib/config.local.php`. ### How can I change the Terms of Service? @@ -312,4 +317,4 @@ Feel free to create an [issue](https://gitlab.com/jirafeau/Jirafeau/-/issues) if You can [drop few bucks for Jérôme Jutteau](https://www.paypal.com/paypalme/jeromejutteau) -Many Thanks <3 \ No newline at end of file +Many Thanks <3