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

60 lines
1.2 KiB
TOML
Raw Normal View History

2023-05-29 11:46:05 +02:00
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"
2023-05-29 12:26:47 +02:00
disk = "300M"
2023-05-29 11:46:05 +02:00
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
2023-05-29 16:28:58 +02:00
[install.path]
type = "path"
default = "/"
2023-05-29 11:46:05 +02:00
[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"
2023-05-29 11:58:15 +02:00
sha256 = "157657aba6b2c3866105707560199dadcf7268514320c81a4a4a4b10c17333fc"
2023-05-29 12:19:28 +02:00
in_subdir = true
2023-05-29 11:46:05 +02:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 3000
[resources.apt]
2023-05-29 12:10:16 +02:00
packages = "npm"