2024-08-31 09:18:06 +02:00
|
|
|
|
<!--
|
|
|
|
|
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
|
|
|
Он НЕ ДОЛЖЕН редактироваться вручную.
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
# TrustyHash для YunoHost
|
|
|
|
|
|
|
|
|
|
[![Уровень интеграции](https://dash.yunohost.org/integration/trustyhash.svg)](https://ci-apps.yunohost.org/ci/apps/trustyhash/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/trustyhash.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/trustyhash.maintain.svg)
|
|
|
|
|
|
|
|
|
|
[![Установите TrustyHash с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=trustyhash)
|
|
|
|
|
|
|
|
|
|
*[Прочтите этот README на других языках.](./ALL_README.md)*
|
|
|
|
|
|
|
|
|
|
> *Этот пакет позволяет Вам установить TrustyHash быстро и просто на YunoHost-сервер.*
|
|
|
|
|
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
|
|
|
|
|
|
|
|
|
|
## Обзор
|
|
|
|
|
|
|
|
|
|
TrustyHash is a small [client-side](https://unhosted.org/) web application that
|
|
|
|
|
computes SHA-256 hash values on both local files and on remote URLs, with a
|
|
|
|
|
strong emphasis on a process that will allow you to trust the results.
|
|
|
|
|
|
|
|
|
|
|
2024-08-31 15:16:53 +02:00
|
|
|
|
**Поставляемая версия:** 2016.06.17~ynh2
|
2024-08-31 09:18:06 +02:00
|
|
|
|
|
|
|
|
|
**Демо-версия:** <https://sprin.github.io/TrustyHash/>
|
|
|
|
|
## Документация и ресурсы
|
|
|
|
|
|
|
|
|
|
- Официальная документация пользователя: <https://github.com/sprin/TrustyHash>
|
|
|
|
|
- Репозиторий кода главной ветки приложения: <https://github.com/sprin/TrustyHash>
|
|
|
|
|
- Магазин YunoHost: <https://apps.yunohost.org/app/trustyhash>
|
|
|
|
|
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/trustyhash_ynh/issues>
|
|
|
|
|
|
|
|
|
|
## Информация для разработчиков
|
|
|
|
|
|
|
|
|
|
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/trustyhash_ynh/tree/testing).
|
|
|
|
|
|
|
|
|
|
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/trustyhash_ynh/tree/testing --debug
|
|
|
|
|
или
|
|
|
|
|
sudo yunohost app upgrade trustyhash -u https://github.com/YunoHost-Apps/trustyhash_ynh/tree/testing --debug
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>
|