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

59 lines
1.2 KiB
TOML
Raw Normal View History

2024-01-17 11:37:40 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "minchat"
name = "Minchat"
description.en = "Minimalist web chat"
description.fr = "Web chat minimaliste"
2024-01-17 17:17:48 +01:00
version = "2017.05.30~ynh1"
2024-01-17 11:37:40 +01:00
maintainers = ["chtixof"]
[upstream]
license = "MIT"
code = "https://github.com/wojtek77/chat"
[integration]
2024-01-17 12:27:36 +01:00
yunohost = ">=11.2"
architectures = "all"
2024-01-17 11:37:40 +01:00
multi_instance = true
2024-01-17 12:27:36 +01:00
ldap = false
sso = false
2024-01-17 12:28:08 +01:00
disk = "10M"
ram.build = "100M"
ram.runtime = "100M"
2024-01-17 11:37:40 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/minchat"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
2024-01-17 17:17:48 +01:00
url = "https://github.com/wojtek77/chat/archive/368fdb3451e1c46b530dc239d9ce522edc6fb812.tar.gz"
sha256 = "f1809fea5d7eed3d0dbac9715e3f756bd710d08ee8060008f8ca285e03fe04eb"
2024-01-17 11:37:40 +01:00
2024-01-17 12:27:36 +01:00
autoupdate.strategy = "latest_github_commit"
autoupdate.asset = "tarball"
2024-01-17 11:37:40 +01:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"php7.4-fpm",
]