mirror of
https://github.com/YunoHost-Apps/gossa_ynh.git
synced 2024-09-03 18:36:29 +02:00
61 lines
2.8 KiB
Markdown
61 lines
2.8 KiB
Markdown
|
<!--
|
|||
|
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|||
|
Он НЕ ДОЛЖЕН редактироваться вручную.
|
|||
|
-->
|
|||
|
|
|||
|
# Gossa для YunoHost
|
|||
|
|
|||
|
[![Уровень интеграции](https://dash.yunohost.org/integration/gossa.svg)](https://ci-apps.yunohost.org/ci/apps/gossa/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/gossa.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/gossa.maintain.svg)
|
|||
|
|
|||
|
[![Установите Gossa с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gossa)
|
|||
|
|
|||
|
*[Прочтите этот README на других языках.](./ALL_README.md)*
|
|||
|
|
|||
|
> *Этот пакет позволяет Вам установить Gossa быстро и просто на YunoHost-сервер.*
|
|||
|
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
|
|||
|
|
|||
|
## Обзор
|
|||
|
|
|||
|
A fast and simple webserver for your files, that's dependency-free and with under 250 lines of code, easy to review.
|
|||
|
|
|||
|
### Features
|
|||
|
|
|||
|
🔍 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
|
|||
|
|
|||
|
|
|||
|
**Поставляемая версия:** 1.1.2~ynh1
|
|||
|
|
|||
|
## Снимки экрана
|
|||
|
|
|||
|
![Снимок экрана Gossa](./doc/screenshots/screenshot.png)
|
|||
|
|
|||
|
## Документация и ресурсы
|
|||
|
|
|||
|
- Репозиторий кода главной ветки приложения: <https://github.com/pldubouilh/gossa>
|
|||
|
- Магазин YunoHost: <https://apps.yunohost.org/app/gossa>
|
|||
|
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/gossa_ynh/issues>
|
|||
|
|
|||
|
## Информация для разработчиков
|
|||
|
|
|||
|
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/gossa_ynh/tree/testing).
|
|||
|
|
|||
|
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
|
|||
|
|
|||
|
```bash
|
|||
|
sudo yunohost app install https://github.com/YunoHost-Apps/gossa_ynh/tree/testing --debug
|
|||
|
или
|
|||
|
sudo yunohost app upgrade gossa -u https://github.com/YunoHost-Apps/gossa_ynh/tree/testing --debug
|
|||
|
```
|
|||
|
|
|||
|
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>
|