mirror of
https://github.com/YunoHost-Apps/nullboard_ynh.git
synced 2024-09-03 19:46:08 +02:00
54 lines
1.5 KiB
TOML
54 lines
1.5 KiB
TOML
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 = "2023.11.05~ynh1"
|
||
|
||
maintainers = ["eric_G"]
|
||
|
||
[upstream]
|
||
license = "BSD-2-Clause"
|
||
website = "https://nullboard.io/"
|
||
demo = "https://nullboard.io/preview"
|
||
code = "https://github.com/apankrat/nullboard"
|
||
|
||
[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 = "/nullboard"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "If enabled, Nullboard will be accessible by people who doesn’t have an account. This can be changed later via the webadmin."
|
||
help.fr = "Si cette case est cochée, Nullboard 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://github.com/apankrat/nullboard/archive/d6384d0522174564562e3e4bbaa0c682edd79992.tar.gz"
|
||
sha256 = "95dcb1c5a32f279b939a2654a41d864fd5e038f022c398978ff5b0c543fcf585"
|
||
autoupdate.upstream = "https://github.com/apankrat/nullboard"
|
||
autoupdate.strategy = "latest_github_commit"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|