1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/filebrowser_ynh.git synced 2024-09-03 18:36:05 +02:00

Merge pull request #14 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-07-03 09:39:47 +02:00 committed by GitHub
commit 2fb9451f83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware.
**Shipped version:** 2.22.1~ynh1
**Shipped version:** 2.22.2~ynh1
## Screenshots

View file

@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware.
**Version incluse :** 2.22.1~ynh1
**Version incluse :** 2.22.2~ynh1
## Captures d'écran

View file

@ -5,8 +5,6 @@ location __PATH__/ {
proxy_buffers 8 32k;
proxy_buffer_size 64k;
client_max_body_size 100M;
proxy_pass http://127.0.0.1:__PORT__;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $http_host;
@ -18,5 +16,7 @@ location __PATH__/ {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_read_timeout 999999999;
client_max_body_size 2048m;
proxy_read_timeout 86400s;
proxy_send_timeout 86400s;
}

View file

@ -6,7 +6,7 @@
"en": "Web File Browser",
"fr": "Gestionnaire de fichiers"
},
"version": "2.22.1~ynh1",
"version": "2.22.2~ynh1",
"url": "https://filebrowser.org",
"upstream": {
"license": "Apache-2.0",