mirror of
https://github.com/YunoHost-Apps/lingva_ynh.git
synced 2024-09-03 19:36:20 +02:00
63 lines
1.3 KiB
TOML
63 lines
1.3 KiB
TOML
packaging_format = 2
|
|
|
|
id = "lingva"
|
|
name = "Lingva Translate"
|
|
description.en = "Alternative front-end for Google Translate "
|
|
|
|
version = "2023.1.13~ynh1"
|
|
|
|
maintainers = ["the7thNightmare"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0"
|
|
demo = "https://lingva.ml"
|
|
code = "https://github.com/thedaviddelta/lingva-translate"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1.14"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = "not_relevant"
|
|
sso = "not_relevant"
|
|
disk = "300M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/thedaviddelta/lingva-translate/archive/0190ea5da9fbccba51e82184ca855c4ef5728fc7.tar.gz"
|
|
sha256 = "157657aba6b2c3866105707560199dadcf7268514320c81a4a4a4b10c17333fc"
|
|
in_subdir = true
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.ports]
|
|
main.default = 3000
|
|
|
|
[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"
|