mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
53 lines
No EOL
1.9 KiB
Markdown
53 lines
No EOL
1.9 KiB
Markdown
<!--
|
|
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.
|
|
-->
|
|
|
|
# Movim for YunoHost
|
|
|
|
[![Integration level](https://dash.yunohost.org/integration/movim.svg)](https://dash.yunohost.org/appci/app/movim) ![](https://ci-apps.yunohost.org/ci/badges/movim.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/movim.maintain.svg)
|
|
[![Install Movim with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=movim)
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
> *This package allows you to install Movim 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
|
|
|
|
Web-based cross-platform XMPP client
|
|
|
|
**Shipped version:** 0.19~ynh3
|
|
|
|
**Demo:** https://nl.movim.eu/?login
|
|
|
|
## Screenshots
|
|
|
|
![](./doc/screenshots/movim.png)
|
|
|
|
## Disclaimers / important information
|
|
|
|
## Configuration
|
|
|
|
* After installing the app, it can be configured at https://example.com/movim/?admin using the username and password defined during the installation.
|
|
|
|
## Documentation and resources
|
|
|
|
* Official app website: https://movim.eu
|
|
* Official admin documentation: https://github.com/movim/movim/wiki
|
|
* Upstream app code repository: https://github.com/movim/movim
|
|
* YunoHost documentation for this app: https://yunohost.org/app_movim
|
|
* Report a bug: https://github.com/YunoHost-Apps/movim_ynh/issues
|
|
|
|
## Developer info
|
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/movim_ynh/tree/testing).
|
|
|
|
To try the testing branch, please proceed like that.
|
|
```
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/movim_ynh/tree/testing --debug
|
|
or
|
|
sudo yunohost app upgrade movim -u https://github.com/YunoHost-Apps/movim_ynh/tree/testing --debug
|
|
```
|
|
|
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps |