mirror of
https://github.com/YunoHost-Apps/commento_ynh.git
synced 2024-09-03 18:16:16 +02:00
70 lines
1.6 KiB
TOML
70 lines
1.6 KiB
TOML
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~ynh2"
|
||
|
||
maintainers = []
|
||
|
||
[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.2"
|
||
architectures = ["amd64"]
|
||
multi_instance = true
|
||
|
||
ldap = false
|
||
|
||
sso = false
|
||
|
||
disk = "50M"
|
||
ram.build = "150M"
|
||
ram.runtime = "50M"
|
||
|
||
[install]
|
||
[install.domain]
|
||
type = "domain"
|
||
|
||
[install.admin]
|
||
type = "user"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "visitors selected, Commento will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||
help.fr = "visiteurs selectionné, Commento sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[install.password]
|
||
type = "password"
|
||
|
||
[resources]
|
||
[resources.sources]
|
||
|
||
[resources.sources.main]
|
||
url = "https://github.com/souramoo/commentoplusplus/releases/download/v1.8.7/release.tar.gz"
|
||
sha256 = "a9925f34b3c035571b14b0d2f351129d70b9d589b9832fcb09f7f0d56d6d92a1"
|
||
in_subdir = false
|
||
autoupdate.strategy = "latest_github_tag"
|
||
|
||
[resources.ports]
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "postgresql"
|
||
|
||
[resources.database]
|
||
type = "postgresql"
|