mirror of
https://github.com/YunoHost-Apps/diagramsnet_ynh.git
synced 2024-09-03 18:26:33 +02:00
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.4.6~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.4.6.tar.gz"
|
|
sha256 = "8f057405d203a4ec90e3038b27afe65c0c6a73f7d479ae9ce1442ca3100b9f72"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|