mirror of
https://github.com/YunoHost-Apps/gossa_ynh.git
synced 2024-09-03 18:36:29 +02:00
61 lines
2.3 KiB
Markdown
61 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.
|
||
|
-->
|
||
|
|
||
|
# Gossa untuk YunoHost
|
||
|
|
||
|
[![Tingkat integrasi](https://dash.yunohost.org/integration/gossa.svg)](https://ci-apps.yunohost.org/ci/apps/gossa/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/gossa.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/gossa.maintain.svg)
|
||
|
|
||
|
[![Pasang Gossa dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gossa)
|
||
|
|
||
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||
|
|
||
|
> *Paket ini memperbolehkan Anda untuk memasang Gossa 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
|
||
|
|
||
|
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
|
||
|
|
||
|
|
||
|
**Versi terkirim:** 1.1.2~ynh1
|
||
|
|
||
|
## Tangkapan Layar
|
||
|
|
||
|
![Tangkapan Layar pada Gossa](./doc/screenshots/screenshot.png)
|
||
|
|
||
|
## Dokumentasi dan sumber daya
|
||
|
|
||
|
- Depot kode aplikasi hulu: <https://github.com/pldubouilh/gossa>
|
||
|
- Gudang YunoHost: <https://apps.yunohost.org/app/gossa>
|
||
|
- Laporkan bug: <https://github.com/YunoHost-Apps/gossa_ynh/issues>
|
||
|
|
||
|
## Info developer
|
||
|
|
||
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/gossa_ynh/tree/testing).
|
||
|
|
||
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||
|
|
||
|
```bash
|
||
|
sudo yunohost app install https://github.com/YunoHost-Apps/gossa_ynh/tree/testing --debug
|
||
|
atau
|
||
|
sudo yunohost app upgrade gossa -u https://github.com/YunoHost-Apps/gossa_ynh/tree/testing --debug
|
||
|
```
|
||
|
|
||
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|