mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
43 lines
1.9 KiB
Markdown
43 lines
1.9 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.
|
|
-->
|
|
|
|
# Z-Push untuk YunoHost
|
|
|
|
[](https://ci-apps.yunohost.org/ci/apps/z-push/)  
|
|
|
|
[](https://install-app.yunohost.org/?app=z-push)
|
|
|
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
|
|
|
> *Paket ini memperbolehkan Anda untuk memasang Z-Push 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
|
|
|
|
Z-Push is an Exchange ActiveSync fronted written in PHP which lets you synchronize emails (IMAP/SMTP backend) and calendar/contacts (cardDAV and caldDAV backend)
|
|
|
|
|
|
**Versi terkirim:** 2.7.4~ynh1
|
|
## Dokumentasi dan sumber daya
|
|
|
|
- Website aplikasi resmi: <http://z-push.org>
|
|
- Dokumentasi admin resmi: <https://wiki.z-hub.io/display/ZP/Documentation>
|
|
- Depot kode aplikasi hulu: <https://github.com/Z-Hub/Z-Push>
|
|
- Gudang YunoHost: <https://apps.yunohost.org/app/z-push>
|
|
- Laporkan bug: <https://github.com/YunoHost-Apps/z-push_ynh/issues>
|
|
|
|
## Info developer
|
|
|
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/z-push_ynh/tree/testing).
|
|
|
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/z-push_ynh/tree/testing --debug
|
|
atau
|
|
sudo yunohost app upgrade z-push -u https://github.com/YunoHost-Apps/z-push_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|