mirror of
https://github.com/YunoHost-Apps/filebrowser_ynh.git
synced 2024-09-03 18:36:05 +02:00
53 lines
No EOL
2.2 KiB
Markdown
53 lines
No EOL
2.2 KiB
Markdown
# Filebrowser pour YunoHost
|
||
|
||
[](https://dash.yunohost.org/appci/app/filebrowser)  
|
||
[](https://install-app.yunohost.org/?app=filebrowser)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
*[Lire ce readme en français.](./README_fr.md)*
|
||
|
||
> *Ce package vous permet d'installer Filebrowser rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||
|
||
## Vue d'ensemble
|
||
|
||
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.20.1~ynh1
|
||
|
||
|
||
|
||
## Captures d'écran
|
||
|
||

|
||
|
||
## Avertissements / informations importantes
|
||
|
||
### Credentials
|
||
```
|
||
username: admin
|
||
password: admin
|
||
```
|
||
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l'app : https://filebrowser.org
|
||
* Documentation officielle de l'admin : https://filebrowser.org/
|
||
* Dépôt de code officiel de l'app : https://github.com/filebrowser/filebrowser
|
||
* Documentation YunoHost pour cette app : https://yunohost.org/app_filebrowser
|
||
* Signaler un bug : https://github.com/YunoHost-Apps/filebrowser_ynh/issues
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/filebrowser_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
```
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/filebrowser_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade filebrowser -u https://github.com/YunoHost-Apps/filebrowser_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps |