mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
67 lines
1.3 KiB
TOML
67 lines
1.3 KiB
TOML
packaging_format = 2
|
|
|
|
id = "thelounge"
|
|
name = "The Lounge"
|
|
description.en = "Web IRC client"
|
|
description.fr = "Client Web IRC"
|
|
|
|
version = "4.4.3~ynh3"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
website = "https://thelounge.chat/"
|
|
demo = "https://demo.thelounge.chat/"
|
|
admindoc = "https://thelounge.chat/docs"
|
|
code = "https://github.com/thelounge/thelounge"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "1500M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/irc"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/thelounge/thelounge/archive/refs/tags/v4.4.3.tar.gz"
|
|
sha256 = "67491b81be767acfd4a99c52690e400c9f1309a703624eba849236e93492b86a"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
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"
|