mirror of
https://github.com/YunoHost-Apps/trustyhash_ynh.git
synced 2024-09-04 01:15:56 +02:00
46 lines
2 KiB
Markdown
46 lines
2 KiB
Markdown
<!--
|
|
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
Ini TIDAK boleh diedit dengan tangan.
|
|
-->
|
|
|
|
# TrustyHash untuk YunoHost
|
|
|
|
[![Tingkat integrasi](https://dash.yunohost.org/integration/trustyhash.svg)](https://ci-apps.yunohost.org/ci/apps/trustyhash/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/trustyhash.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/trustyhash.maintain.svg)
|
|
|
|
[![Pasang TrustyHash dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=trustyhash)
|
|
|
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
|
|
|
> *Paket ini memperbolehkan Anda untuk memasang TrustyHash secara cepat dan mudah pada server YunoHost.*
|
|
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
|
|
|
|
## Ringkasan
|
|
|
|
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.
|
|
|
|
|
|
**Versi terkirim:** 2016.06.17~ynh2
|
|
|
|
**Demo:** <https://sprin.github.io/TrustyHash/>
|
|
## Dokumentasi dan sumber daya
|
|
|
|
- Dokumentasi pengguna resmi: <https://github.com/sprin/TrustyHash>
|
|
- Depot kode aplikasi hulu: <https://github.com/sprin/TrustyHash>
|
|
- Gudang YunoHost: <https://apps.yunohost.org/app/trustyhash>
|
|
- Laporkan bug: <https://github.com/YunoHost-Apps/trustyhash_ynh/issues>
|
|
|
|
## Info developer
|
|
|
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/trustyhash_ynh/tree/testing).
|
|
|
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/trustyhash_ynh/tree/testing --debug
|
|
atau
|
|
sudo yunohost app upgrade trustyhash -u https://github.com/YunoHost-Apps/trustyhash_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|