Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunohost-apps/z-push_ynh
Application to synchronize ActiveSync compatible devices with email, contacts and calendar for YunoHost
https://github.com/yunohost-apps/z-push_ynh
yunohost yunohost-apps z-push
Last synced: about 2 months ago
JSON representation
Application to synchronize ActiveSync compatible devices with email, contacts and calendar for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/z-push_ynh
- Owner: YunoHost-Apps
- License: agpl-3.0
- Created: 2014-12-17T15:40:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T13:17:43.000Z (5 months ago)
- Last Synced: 2024-08-12T08:28:36.659Z (5 months ago)
- Topics: yunohost, yunohost-apps, z-push
- Language: PHP
- Homepage: http://z-push.org/
- Size: 1.52 MB
- Stars: 13
- Watchers: 5
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Z-Push for YunoHost
[![Integration level](https://dash.yunohost.org/integration/z-push.svg)](https://ci-apps.yunohost.org/ci/apps/z-push/) ![Working status](https://ci-apps.yunohost.org/ci/badges/z-push.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/z-push.maintain.svg)
[![Install Z-Push with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=z-push)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Z-Push quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*## Overview
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)
**Shipped version:** 2.7.4~ynh1
## Documentation and resources- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/z-push_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/z-push_ynh/tree/testing --debug
or
sudo yunohost app upgrade z-push -u https://github.com/YunoHost-Apps/z-push_ynh/tree/testing --debug
```**More info regarding app packaging:**