1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00
thelounge_ynh/manifest.toml

68 lines
1.4 KiB
TOML
Raw Normal View History

2023-03-14 16:44:09 +01:00
packaging_format = 2
id = "thelounge"
name = "The Lounge"
description.en = "Web IRC client"
description.fr = "Client Web IRC"
2024-04-07 03:44:42 +02:00
version = "4.4.3~ynh1"
2023-03-14 16:44:09 +01:00
maintainers = ["rafi59"]
[upstream]
license = "MIT"
website = "https://thelounge.chat/"
demo = "https://demo.thelounge.chat/"
admindoc = "https://thelounge.chat/docs"
code = "https://github.com/thelounge/thelounge"
[integration]
2023-07-29 09:02:54 +02:00
yunohost = ">= 11.2"
2023-03-14 16:52:36 +01:00
architectures = "all"
2023-03-14 16:44:09 +01:00
multi_instance = false
2024-04-07 09:46:39 +02:00
2023-03-14 16:52:36 +01:00
ldap = false
2024-04-07 09:46:39 +02:00
2023-03-14 16:52:36 +01:00
sso = false
2024-04-07 09:46:39 +02:00
2023-03-14 16:52:36 +01:00
disk = "50M"
2023-07-04 08:06:02 +02:00
ram.build = "1500M"
2023-03-14 16:52:36 +01:00
ram.runtime = "50M"
2023-03-14 16:44:09 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/irc"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
2023-03-14 16:57:55 +01:00
[resources.sources]
2023-03-14 16:44:09 +01:00
[resources.sources.main]
2024-04-07 03:44:42 +02:00
url = "https://github.com/thelounge/thelounge/archive/refs/tags/v4.4.3.tar.gz"
sha256 = "67491b81be767acfd4a99c52690e400c9f1309a703624eba849236e93492b86a"
2023-03-28 09:25:05 +02:00
autoupdate.strategy = "latest_github_tag"
2023-03-19 22:21:59 +01:00
2023-03-14 16:52:36 +01:00
[resources.ports]
2023-03-14 16:44:09 +01:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
2023-03-14 16:52:36 +01:00
[resources.apt]
2023-03-28 09:59:27 +02:00
packages = ""
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"