1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my-mind_ynh.git synced 2024-09-03 19:46:22 +02:00
my-mind_ynh/README.md

67 lines
2.5 KiB
Markdown
Raw Normal View History

2020-10-12 09:17:55 +02:00
# My Mind for YunoHost
2020-10-12 08:54:46 +02:00
[![Integration level](https://dash.yunohost.org/integration/my-mind.svg)](https://dash.yunohost.org/appci/app/my-mind) ![](https://ci-apps.yunohost.org/ci/badges/my-mind.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/my-mind.maintain.svg)
2020-12-19 22:50:08 +01:00
[![Install My Mind with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=my-mind)
2020-10-12 09:09:15 +02:00
> *This package allow you to install My Mind quickly and simply on a YunoHost server.
2020-04-26 18:12:49 +02:00
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
2020-10-12 08:54:46 +02:00
## Overview
2020-10-12 09:09:15 +02:00
My Mind is a web application for creating and managing Mind maps. It is free to use and you can fork its source code. It is distributed under the terms of the MIT license.
New to mind maps? They are useful, aesthetic and cool! Read more about these special diagrams in [the Wikipedia article](http://en.wikipedia.org/wiki/Mind_map).
2020-10-12 08:54:46 +02:00
**Shipped version:** 1.2
2020-10-12 08:54:46 +02:00
## Screenshots
2020-10-12 08:54:46 +02:00
![](https://github.com/ondras/my-mind/blob/master/screenshot.png)
## Demo
* [Official demo](http://my-mind.github.io/?map=examples/features.mymind)
## Documentation
* Official documentation: https://github.com/ondras/my-mind/wiki
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
## YunoHost specific features
2020-10-12 08:54:46 +02:00
#### Multi-user support
* Are LDAP and HTTP auth supported? **No**
2021-04-03 23:29:15 +02:00
* Can the app be used by multiple users? **Yes**
#### Supported architectures
2021-04-03 23:29:15 +02:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/my-mind.svg)](https://ci-apps.yunohost.org/ci/apps/my-mind/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/my-mind.svg)](https://ci-apps-arm.yunohost.org/ci/apps/my-mind/)
2020-10-12 08:54:46 +02:00
## 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/my-mind_ynh/issues
* App website: http://my-mind.github.io/
* Upstream app repository: https://github.com/ondras/my-mind
* YunoHost website: https://yunohost.org/
2020-10-12 09:09:15 +02:00
---
## Developers infos
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/my-mind_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/my-mind_ynh/tree/testing --debug
or
sudo yunohost app upgrade my-mind -u https://github.com/YunoHost-Apps/my-mind_ynh/tree/testing --debug
```