mirror of
https://github.com/YunoHost-Apps/excalidraw_ynh.git
synced 2024-09-03 18:36:04 +02:00
57 lines
1.3 KiB
TOML
57 lines
1.3 KiB
TOML
packaging_format = 2
|
|
|
|
id = "excalidraw"
|
|
name = "Excalidraw"
|
|
description.en = "Virtual whiteboard for sketching hand-drawn like diagrams"
|
|
description.fr = "Tableau blanc collaboratif virtuel qui vous permet d'esquisser facilement des diagrammes"
|
|
|
|
version = "0.17.3~ynh2"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
website = "https://excalidraw.com"
|
|
demo = "https://excalidraw.com"
|
|
code = "https://github.com/excalidraw/excalidraw"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1.15"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "1500M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/excalidraw/excalidraw/archive/refs/tags/v0.17.3.tar.gz"
|
|
sha256 = "8bf3d856e9f9e115ee5af5799c0588b92c5935180ff8c61f77ce62165c19eef8"
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "apt-transport-https"
|
|
|
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|
extras.yarn.packages = "yarn"
|