1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nullboard_ynh.git synced 2024-09-03 19:46:08 +02:00
nullboard_ynh/manifest.toml

55 lines
1.5 KiB
TOML
Raw Normal View History

2023-05-19 11:39:55 +02:00
packaging_format = 2
id = "nullboard"
name = "Nullboard"
description.en = "Minimalist kanban board, focused on compactness and readability"
description.fr = "Kanban minimaliste, axé sur la compacité et la lisibilité"
version = "1.0~ynh6"
maintainers = ["eric_G"]
[upstream]
license = "BSD-2-Clause"
website = "https://nullboard.io/"
demo = "https://nullboard.io/preview"
code = "https://github.com/apankrat/nullboard"
[integration]
2023-05-19 11:44:52 +02:00
yunohost = ">= 11.1.19"
architectures = "all"
2023-05-19 11:39:55 +02:00
multi_instance = true
2023-05-19 11:44:52 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-05-19 11:39:55 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/nullboard"
[install.init_main_permission]
help.en = "If enabled, Nullboard will be accessible by people who doesnt have an account. This can be changed later via the webadmin."
help.fr = "Si cette case est cochée, Nullboard 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/apankrat/nullboard/archive/2fcfcb624f90aab2619b2240fed7588721efd00c.tar.gz"
sha256 = "da91c55a46fee3421a2aa0936b2c772a16c44763d90cbc5c4c9bcbd86a959b9f"
2023-05-19 11:44:52 +02:00
autoupdate.upstream = "https://github.com/apankrat/nullboard"
autoupdate.strategy = "latest_github_commit"
2023-05-19 11:39:55 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"