mirror of
https://github.com/YunoHost-Apps/diagramsnet_ynh.git
synced 2024-09-03 18:26:33 +02:00
91c4bf94b7
- `main` v24.7.8: https://github.com/jgraph/drawio/releases/tag/24.7.8
54 lines
1.2 KiB
TOML
54 lines
1.2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "diagramsnet"
|
|
name = "Diagrams.net"
|
|
description.en = "Diagram software for making flowcharts, process diagrams, org charts"
|
|
description.fr = "Application qui permet de faire des schémas et du dessin vectoriel"
|
|
|
|
version = "24.7.8~ynh1"
|
|
|
|
maintainers = ["Gofannon"]
|
|
|
|
[upstream]
|
|
license = "Apache-2.0"
|
|
website = "https://www.diagrams.net/"
|
|
demo = "https://app.diagrams.net/"
|
|
admindoc = "https://www.diagrams.net/doc"
|
|
code = "https://github.com/jgraph/drawio"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/diagram"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/jgraph/drawio/archive/refs/tags/v24.7.8.tar.gz"
|
|
sha256 = "d1721d8ae496bc16dff37d1e2df0b2c1be5cfba5612add4bcdc2a264798beadf"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|