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

61 lines
2.4 KiB
Markdown
Raw Normal View History

2022-05-26 20:24:13 +02:00
<!--
2024-03-29 07:05:24 +01:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2022-05-26 20:24:13 +02:00
-->
2022-05-26 20:24:05 +02:00
2022-05-26 20:24:13 +02:00
# Gossa pour YunoHost
2022-05-26 20:24:05 +02:00
2024-08-30 19:12:10 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/gossa.svg)](https://ci-apps.yunohost.org/ci/apps/gossa/) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gossa.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gossa.maintain.svg)
2023-07-08 17:28:49 +02:00
2022-05-26 20:24:13 +02:00
[![Installer Gossa avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gossa)
2022-05-26 20:24:05 +02:00
2024-03-29 07:05:24 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-05-26 20:24:05 +02:00
2024-03-29 07:05:24 +01:00
> *Ce package vous permet dinstaller Gossa rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2022-05-26 20:24:05 +02:00
2023-07-08 17:28:49 +02:00
## Vue densemble
2022-05-26 20:24:05 +02:00
2022-05-26 20:24:13 +02:00
A fast and simple webserver for your files, that's dependency-free and with under 250 lines of code, easy to review.
2022-05-26 20:24:05 +02:00
2022-05-26 20:24:13 +02:00
### Features
2022-05-26 20:24:05 +02:00
2022-05-26 20:24:13 +02:00
🔍 files/directories browser & handler
📩 drag-and-drop uploader
🥂 fast golang static server
💾 90s web UI that prints in milliseconds
📸 video streaming & picture browser
✍️ simple note editor
⌨️ keyboard navigation
🚀 lightweight and dependency free codebase
🔒 >95% test coverage and reproducible builds
💑 easy multi account setup, read-only mode
✨ PWA enabled
2022-05-26 20:24:05 +02:00
2024-08-30 19:12:10 +02:00
**Version incluse:** 1.1.2~ynh1
2022-05-26 20:24:05 +02:00
2023-07-08 17:28:49 +02:00
## Captures décran
2022-05-26 20:24:05 +02:00
2023-07-08 17:28:49 +02:00
![Capture décran de Gossa](./doc/screenshots/screenshot.png)
2022-05-26 20:24:05 +02:00
2022-05-26 20:24:13 +02:00
## Documentations et ressources
2022-05-26 20:24:05 +02:00
2024-03-29 07:05:24 +01:00
- Dépôt de code officiel de lapp: <https://github.com/pldubouilh/gossa>
- YunoHost Store: <https://apps.yunohost.org/app/gossa>
- Signaler un bug: <https://github.com/YunoHost-Apps/gossa_ynh/issues>
2022-05-26 20:24:05 +02:00
## Informations pour les développeurs
2024-03-29 07:05:24 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/gossa_ynh/tree/testing).
2022-05-26 20:24:05 +02:00
2024-03-29 07:05:24 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-05-26 20:24:13 +02:00
2024-03-29 07:05:24 +01:00
```bash
2022-05-26 20:24:13 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/gossa_ynh/tree/testing --debug
2022-05-26 20:24:05 +02:00
ou
2022-05-26 20:24:13 +02:00
sudo yunohost app upgrade gossa -u https://github.com/YunoHost-Apps/gossa_ynh/tree/testing --debug
2022-05-26 20:24:05 +02:00
```
2022-05-26 20:24:13 +02:00
2024-03-29 07:05:24 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>