1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/svgedit_ynh.git synced 2024-09-03 20:26:24 +02:00
svgedit_ynh/manifest.toml

58 lines
1.5 KiB
TOML
Raw Permalink Normal View History

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "svgedit"
name = "SVG-edit"
description.en = "Web-based SVG drawing editor working on any modern browser"
description.fr = "Édition de SVG en ligne fonctionnent avec tout navigateur moderne"
version = "7.2.0~ynh1"
maintainers = ["ljf"]
[upstream]
license = "MIT"
demo = "https://svgedit.netlify.app/editor/index.html"
code = "https://github.com/SVG-Edit/svgedit"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
2024-01-05 14:56:53 +01:00
ram.build = "70M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/svgedit"
[install.init_main_permission]
help.en = "If enabled, SVG-edit will be accessible by people who do not have an account. This can be changed later via the webadmin."
help.fr = "Si cette case est cochée, SVG-edit sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://github.com/SVG-Edit/svgedit/archive/refs/tags/v7.2.0.tar.gz"
sha256 = "238ca1507a3f7f33134158fdbc5d7b7ba2adbdedc9189749648d787ea737de7d"
2024-01-05 15:00:44 +01:00
autoupdate.strategy = "latest_github_release"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"