2024-01-04 22:26:37 +01:00
|
|
|
|
#: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"
|
|
|
|
|
|
2024-05-10 22:56:10 +02:00
|
|
|
|
version = "7.2.0~ynh1"
|
2024-01-04 22:26:37 +01:00
|
|
|
|
|
|
|
|
|
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"
|
2024-01-04 22:26:37 +01:00
|
|
|
|
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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
type = "group"
|
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
|
[resources.sources.main]
|
2024-05-10 22:56:10 +02:00
|
|
|
|
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"
|
2024-01-04 22:26:37 +01:00
|
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
|
main.url = "/"
|