mirror of
https://github.com/YunoHost-Apps/scrumblr_ynh.git
synced 2024-09-03 20:16:29 +02:00
62 lines
1.6 KiB
TOML
62 lines
1.6 KiB
TOML
packaging_format = 2
|
||
|
||
id = "scrumblr"
|
||
name = "Scrumblr"
|
||
description.en = "Software for post-it notes"
|
||
description.fr = "Application pour créer des post-it"
|
||
|
||
version = "2021.12.10~ynh1"
|
||
|
||
maintainers = ["frju365", "oiseauroch"]
|
||
|
||
[upstream]
|
||
license = "AGPL-3.0-only"
|
||
website = "http://www.scrumblr.ca/"
|
||
demo = "http://scrumblr.ca/"
|
||
code = "https://framagit.org/colibris/framemo"
|
||
|
||
[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 = "/scrumblr"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "If enabled, Scrumblr 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, Scrumblr 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]
|
||
url = "https://framagit.org/colibris/framemo/-/archive/d14b3167dfe413ca7db78283b70334100e82076f/framemo-d14b3167dfe413ca7db78283b70334100e82076f.tar.bz2"
|
||
sha256 = "343ccfbd920c8200d3b8d9f0e79bdb2d27f71df01c044873d08da323fc842440"
|
||
autoupdate.strategy = "latest_gitlab_commit"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.ports]
|
||
redis.default = 8081
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "redis-server, redis-tools"
|