1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/beehive_ynh.git synced 2024-09-03 18:06:24 +02:00
beehive_ynh/README_id.md

62 lines
2.7 KiB
Markdown
Raw Normal View History

2024-07-27 12:20:08 +02:00
<!--
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Ini TIDAK boleh diedit dengan tangan.
-->
# Beehive untuk YunoHost
[![Tingkat integrasi](https://dash.yunohost.org/integration/beehive.svg)](https://ci-apps.yunohost.org/ci/apps/beehive/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/beehive.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/beehive.maintain.svg)
[![Pasang Beehive dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=beehive)
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
> *Paket ini memperbolehkan Anda untuk memasang Beehive 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
Beehive is an event and agent system, which allows you to create your own agents that perform automated tasks triggered by events and filters. It is modular, flexible and really easy to extend for anyone. It has modules (we call them Hives), so it can interface with, talk to, or retrieve information from Twitter, Tumblr, Email, IRC, Jabber, RSS, Jenkins, Hue - to name just a few.
### Features:
- Re-post tweets on your Tumblr blog
- Forward incoming chat messages to your email account
- Turn on the heating system if the temperature drops below a certain value
- Run your own IRC bot that lets you trigger builds on a Jenkins CI
- Control your Hue lighting system
- Notify you when a stock's price drops below a certain value
2024-07-27 14:51:45 +02:00
**Versi terkirim:** 0.4.0~ynh4
2024-07-27 12:20:08 +02:00
**Demo:** <https://github.com/muesli/beehive/wiki/Available-Hives>
## Tangkapan Layar
![Tangkapan Layar pada Beehive](./doc/screenshots/screenshot1.jpg)
## :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
2024-07-27 14:51:45 +02:00
- Depot kode aplikasi hulu: <https://github.com/muesli/beehive>
2024-07-27 12:20:08 +02:00
- Gudang YunoHost: <https://apps.yunohost.org/app/beehive>
- Laporkan bug: <https://github.com/YunoHost-Apps/beehive_ynh/issues>
## Info developer
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/beehive_ynh/tree/testing).
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/beehive_ynh/tree/testing --debug
atau
sudo yunohost app upgrade beehive -u https://github.com/YunoHost-Apps/beehive_ynh/tree/testing --debug
```
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>