1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diagramsnet_ynh.git synced 2024-09-03 18:26:33 +02:00
diagramsnet_ynh/README.md
Éric Gaspar 694205f79d
Upgrade to version 14.4.4 (#15)
* Upgrade to version 14.4.0 (#13)

* Upgrade to version 12.9.3

* Update README.md

Small update on the link's demo. We don't know how long they gonna redirect draw.io to app.diagrams.net

* Remove commented code unused

* Force http parameter to disable 3rds parties

* fix quotting

* Documentation

* Upgrade version to 12.9.7

* Update README.md (#9)

* Upgrade to upstream 13.2.5

* V.14.1.1 (#10)

* Testing (#8)

* Upgrade to version 12.9.3

* Update README.md

Small update on the link's demo. We don't know how long they gonna redirect draw.io to app.diagrams.net

* Remove commented code unused

* Force http parameter to disable 3rds parties

* fix quotting

* Documentation

* Upgrade version to 12.9.7

* Update README.md (#9)

Co-authored-by: quentin-abiterra <49190209+quentin-abiterra@users.noreply.github.com>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Upgrade to upstream version

Co-authored-by: Gofannon <17145502+Gofannon@users.noreply.github.com>
Co-authored-by: quentin-abiterra <49190209+quentin-abiterra@users.noreply.github.com>

* Upgrade to upstream v14.4.0 (#12)

Co-authored-by: quentin-abiterra <49190209+quentin-abiterra@users.noreply.github.com>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* [fix] migrate to new permission system

* [enh] add CI test for new permission system

* Upgrade to version 14.4.4

* Cleaning up

Co-authored-by: Gofannon <17145502+Gofannon@users.noreply.github.com>
Co-authored-by: quentin-abiterra <49190209+quentin-abiterra@users.noreply.github.com>
2021-04-18 16:14:40 +02:00

63 lines
2.2 KiB
Markdown

# diagrams.net for YunoHost
[![Integration level](https://dash.yunohost.org/integration/diagramsnet.svg)](https://dash.yunohost.org/appci/app/diagramsnet) ![](https://ci-apps.yunohost.org/ci/badges/diagramsnet.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/diagramsnet.maintain.svg)
[![Install diagramsnet with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=diagramsnet)
> *This package allow you to install diagrams.net quickly and simply on a YunoHost server.
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
## Overview
diagrams.net (formerly draw.io) lets you create a wide range of diagrams, from simple tree and flow diagrams, to highly technical network, rack and electrical diagrams.
**Shipped version:** 14.4.4
## Screenshots
![Exemple de diagramme](home-dia1.svg)
## Demo
* [Official demo](https://app.diagrams.net/)
## Documentation
* Official documentation: <https://www.diagrams.net/doc>
## YunoHost specific features
* Disable third party website integration with Dropbox, Google, Trello, etc
### Supported architectures
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/diagramsnet%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/diagramsnet/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/diagramsnet%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/diagramsnet/)
## Limitations
* Any known limitations.
## Additional information
* Other information you would add about this application
## Links
* Report a bug: https://github.com/YunoHost-Apps/diagramsnet_ynh/issues
* App website: https://drawio-app.com>
* Upstream app repository: https://github.com/jgraph/drawio
* YunoHost website: https://yunohost.org>
---
## Developers info
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing).
To try the testing branch, please proceed like that.
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing --debug
or
sudo yunohost app upgrade diagramsnet -u https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing --debug
```