1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calckey_ynh.git synced 2024-09-03 18:16:18 +02:00
calckey_ynh/README.md

56 lines
2.1 KiB
Markdown
Raw Normal View History

2022-12-21 15:15:37 +01:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2022-12-23 12:01:20 +01:00
# Calckey for YunoHost
2022-12-21 15:15:37 +01:00
2023-02-02 00:06:07 +01:00
[![Integration level](https://dash.yunohost.org/integration/calckey.svg)](https://dash.yunohost.org/appci/app/calckey) ![Working status](https://ci-apps.yunohost.org/ci/badges/calckey.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/calckey.maintain.svg)
2023-02-20 23:46:46 +01:00
2022-12-23 12:01:20 +01:00
[![Install Calckey with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=calckey)
2022-12-21 15:15:37 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2022-12-23 12:01:20 +01:00
> *This package allows you to install Calckey quickly and simply on a YunoHost server.
2022-12-21 15:15:37 +01:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2022-12-23 12:01:20 +01:00
A greatly enhanced fork of Misskey with better UI/UX, security, features, and more! https://i.calckey.cloud/
2022-12-21 15:15:37 +01:00
2022-12-23 12:01:20 +01:00
Calckey is based off of Misskey, a powerful microblogging server on ActivityPub with features such as emoji reactions, a customizable web UI, rich chatting, and much more!
Calckey adds many quality of life changes and bug fixes for users and instance admins alike.
2022-12-21 15:15:37 +01:00
2023-02-06 09:16:48 +01:00
**Shipped version:** 13.1.2~ynh1
2022-12-23 12:01:20 +01:00
**Demo:** https://i.calckey.cloud/
2022-12-21 15:15:37 +01:00
## Screenshots
2022-12-23 12:01:20 +01:00
![Screenshot of Calckey](./doc/screenshots/screenshot-calckey.png)
2022-12-21 15:15:37 +01:00
## Documentation and resources
2022-12-23 12:01:20 +01:00
* Official app website: <https://i.calckey.cloud/>
* Upstream app code repository: <https://codeberg.org/calckey/calckey>
* YunoHost documentation for this app: <https://yunohost.org/app_calckey>
* Report a bug: <https://github.com/YunoHost-Apps/calckey_ynh/issues>
2022-12-21 15:15:37 +01:00
## Developer info
2022-12-23 12:01:20 +01:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/calckey_ynh/tree/testing).
2022-12-21 15:15:37 +01:00
To try the testing branch, please proceed like that.
``` bash
2022-12-23 12:01:20 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/calckey_ynh/tree/testing --debug
2022-12-21 15:15:37 +01:00
or
2022-12-23 12:01:20 +01:00
sudo yunohost app upgrade calckey -u https://github.com/YunoHost-Apps/calckey_ynh/tree/testing --debug
2022-12-21 15:15:37 +01:00
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>