1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/commento_ynh.git synced 2024-09-03 18:16:16 +02:00
commento_ynh/manifest.toml

60 lines
1.3 KiB
TOML
Raw Normal View History

2023-03-02 11:55:22 +01:00
packaging_format = 2
id = "commento"
name = "Commento"
description.en = "Fast, privacy-focused commenting platform"
description.fr = "Plateforme de commentaires rapide axée sur la confidentialité"
version = "1.8.7~ynh1"
maintainers = ["eric_G"]
[upstream]
license = "MIT"
website = "https://commento.io/"
demo = "https://demo.souradip.com/chat.html"
admindoc = "https://docs.commento.io/"
code = "https://github.com/souramoo/commentoplusplus"
[integration]
yunohost = ">= 11.1.12"
2023-03-02 12:02:35 +01:00
architectures = ["amd64"]
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-03-02 11:55:22 +01:00
[install]
[install.domain]
type = "domain"
full_domain = true
[install.admin]
type = "user"
[install.init_main_permission]
help.en = "If enabled, Commento 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, Commento sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[install.password]
type = "password"
[resources]
2023-03-02 12:02:35 +01:00
[resources.ports]
2023-03-02 11:55:22 +01:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-03-02 12:02:35 +01:00
[resources.apt]
packages = "postgresql"
2023-03-02 11:55:22 +01:00
[resources.database]
type = "postgresql"