mirror of
https://github.com/YunoHost-Apps/encryptor-decryptor_ynh.git
synced 2024-09-03 18:35:55 +02:00
53 lines
2.3 KiB
Markdown
53 lines
2.3 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.
|
||
|
-->
|
||
|
|
||
|
# Encryptor-Decryptor untuk YunoHost
|
||
|
|
||
|
[![Tingkat integrasi](https://dash.yunohost.org/integration/encryptor-decryptor.svg)](https://ci-apps.yunohost.org/ci/apps/encryptor-decryptor/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/encryptor-decryptor.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/encryptor-decryptor.maintain.svg)
|
||
|
|
||
|
[![Pasang Encryptor-Decryptor dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=encryptor-decryptor)
|
||
|
|
||
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||
|
|
||
|
> *Paket ini memperbolehkan Anda untuk memasang Encryptor-Decryptor 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
|
||
|
|
||
|
Encrypts and decrypts your files and text.
|
||
|
|
||
|
**Versi terkirim:** 2024.07.31~ynh1
|
||
|
|
||
|
**Demo:** <https://prizz.github.io/Easy-File-Encryptor-Decryptor/>
|
||
|
|
||
|
## Tangkapan Layar
|
||
|
|
||
|
![Tangkapan Layar pada Encryptor-Decryptor](./doc/screenshots/screenshot.png)
|
||
|
|
||
|
## :red_circle: Antifitur
|
||
|
|
||
|
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
|
||
|
|
||
|
## Dokumentasi dan sumber daya
|
||
|
|
||
|
- Website aplikasi resmi: <https://prizz.github.io/Easy-File-Encryptor-Decryptor/>
|
||
|
- Depot kode aplikasi hulu: <https://github.com/pRizz/Easy-File-Encryptor-Decryptor>
|
||
|
- Gudang YunoHost: <https://apps.yunohost.org/app/encryptor-decryptor>
|
||
|
- Laporkan bug: <https://github.com/YunoHost-Apps/encryptor-decryptor_ynh/issues>
|
||
|
|
||
|
## Info developer
|
||
|
|
||
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/encryptor-decryptor_ynh/tree/testing).
|
||
|
|
||
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||
|
|
||
|
```bash
|
||
|
sudo yunohost app install https://github.com/YunoHost-Apps/encryptor-decryptor_ynh/tree/testing --debug
|
||
|
atau
|
||
|
sudo yunohost app upgrade encryptor-decryptor -u https://github.com/YunoHost-Apps/encryptor-decryptor_ynh/tree/testing --debug
|
||
|
```
|
||
|
|
||
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|