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

69 lines
1.7 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é"
2023-03-02 12:06:05 +01:00
version = "1.8.7~ynh2"
2023-03-02 11:55:22 +01:00
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]
2023-05-19 11:37:57 +02:00
yunohost = ">= 11.1.19"
2023-03-02 12:02:35 +01:00
architectures = ["amd64"]
2023-03-02 12:11:14 +01:00
multi_instance = true
2023-03-02 12:02:35 +01:00
ldap = false
sso = false
disk = "50M"
2023-03-02 12:29:00 +01:00
ram.build = "150M"
2023-03-02 12:02:35 +01:00
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]
2023-03-02 12:06:05 +01:00
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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
2023-03-02 11:55:22 +01:00
type = "group"
default = "visitors"
[install.password]
type = "password"
[resources]
2023-03-16 20:04:25 +01:00
[resources.sources]
[resources.sources.main]
url = "https://github.com/souramoo/commentoplusplus/releases/download/v1.8.7/release.tar.gz"
sha256 = "a9925f34b3c035571b14b0d2f351129d70b9d589b9832fcb09f7f0d56d6d92a1"
in_subdir = false
2023-04-02 23:01:47 +02:00
autoupdate.strategy = "latest_github_tag"
2023-03-16 20:04:25 +01:00
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"