mirror of
https://github.com/YunoHost-Apps/strut_ynh.git
synced 2024-09-03 20:26:33 +02:00
51 lines
1.1 KiB
TOML
51 lines
1.1 KiB
TOML
packaging_format = 2
|
|
|
|
id = "strut"
|
|
name = "Strut"
|
|
description.en = "Slide editor for creating impress.js presentations"
|
|
description.fr = "Éditeur de diapositives permettant de créer des présentations impress.js"
|
|
|
|
version = "20220404~ynh1"
|
|
|
|
maintainers = ["ljf"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0"
|
|
website = "http://strut.io"
|
|
demo = "http://strut.io/dist/"
|
|
code = "https://github.com/MohannadNaj/Strut"
|
|
|
|
[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 = "/strut"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/MohannadNaj/Strut/archive/467fcb8a6436c84f2acb8ffb31b954d5eb3655b8.tar.gz"
|
|
sha256 = "d138ec3116b507d1fc3608f0c8bbb7601a68824403cb20617a80af1906bff3ab"
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|