mirror of
https://github.com/YunoHost-Apps/simplytranslate_ynh.git
synced 2024-09-03 20:16:26 +02:00
58 lines
1.3 KiB
TOML
58 lines
1.3 KiB
TOML
packaging_format = 2
|
|
|
|
id = "simplytranslate"
|
|
name = "Simply Translate"
|
|
description.en = "Web interface for many translation engine"
|
|
description.fr = "Interface Web pour de nombreux moteurs de traduction"
|
|
description.id = "Antarmuka web mesin penerjemahan"
|
|
|
|
version = "2023.4.9~ynh4"
|
|
|
|
maintainers = ["the7thNightmare"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0"
|
|
website = "https://simplytranslate.org/"
|
|
code = "https://codeberg.org/SimpleWeb/SimplyTranslate-Web"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "100M"
|
|
ram.build = "100M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/simplytranslate"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://codeberg.org/SimpleWeb/SimplyTranslate-Web/archive/d95fed97bf354a92d242f16529712ba59ee54eb0.tar.gz"
|
|
sha256 = "87360d28cb849e99184b68115bbecc4c92500cf3b940abbcb05cfd17f2f7fc86"
|
|
in_subdir = true
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.apt]
|
|
packages = "python3, python3-venv, git"
|