2020-10-10 19:02:26 +02:00
|
|
|
# Mindmaps for YunoHost
|
|
|
|
|
|
|
|
[![Integration level](https://dash.yunohost.org/integration/mindmaps.svg)](https://dash.yunohost.org/appci/app/mindmaps) ![](https://ci-apps.yunohost.org/ci/badges/mindmaps.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/mindmaps.maintain.svg)
|
|
|
|
[![Install Mindmaps with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=mindmaps)
|
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
|
|
|
> *This package allows you to install Mindmaps 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
|
|
|
|
Mindmaps is a HTML5 based mind mapping application. It lets you create neat looking mind maps in the browser.
|
|
|
|
|
|
|
|
**Shipped version:** 1.0
|
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
2020-10-10 23:10:08 +02:00
|
|
|
![](../sources/mindmaps-screenshot.jpg)
|
2020-10-10 19:02:26 +02:00
|
|
|
|
|
|
|
## Demo
|
|
|
|
|
|
|
|
* [Official demo](www.mindmaps.app)
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
* Official documentation: Link to the official documentation of this app
|
2020-10-10 19:17:38 +02:00
|
|
|
* YunoHost documentation: https://yunohost.org/#/app_mindmaps
|
2020-10-10 19:02:26 +02:00
|
|
|
|
|
|
|
## YunoHost specific features
|
|
|
|
|
|
|
|
#### Multi-user support
|
|
|
|
|
2020-10-10 19:17:38 +02:00
|
|
|
* Are LDAP and HTTP auth supported? **No**
|
|
|
|
* Can the app be used by multiple users? **Yes**
|
2020-10-10 19:02:26 +02:00
|
|
|
|
|
|
|
#### Supported architectures
|
|
|
|
|
|
|
|
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/mindmaps%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/mindmaps/)
|
|
|
|
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/mindmaps%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/mindmaps/)
|
|
|
|
|
|
|
|
## Limitations
|
|
|
|
|
|
|
|
* Any known limitations.
|
|
|
|
|
|
|
|
## Additional information
|
|
|
|
|
|
|
|
* Other info you would like to add about this app.
|
|
|
|
|
|
|
|
## Links
|
|
|
|
|
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/mindmaps_ynh/issues
|
|
|
|
* App website: www.mindmaps.app
|
|
|
|
* Upstream app repository: https://github.com/drichard/mindmaps
|
|
|
|
* YunoHost website: https://yunohost.org/
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2020-10-10 19:17:38 +02:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/mindmaps_ynh/tree/testing).
|
2020-10-10 19:02:26 +02:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
|
|
|
```
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/mindmaps_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade mindmaps -u https://github.com/YunoHost-Apps/mindmaps_ynh/tree/testing --debug
|
|
|
|
```
|