mirror of
https://github.com/YunoHost-Apps/digitranscode_ynh.git
synced 2024-09-03 18:25:59 +02:00
59 lines
1.6 KiB
TOML
59 lines
1.6 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "digitranscode"
|
|
name = "Digitranscode"
|
|
description.en = "an online app that can convert audio files and video files into different formats."
|
|
description.fr = "Une application en ligne qui permet de convertir des fichiers audio et des vidéos en différents formats."
|
|
|
|
version = "0.1.8~ynh1"
|
|
|
|
maintainers = ["Pierre-Amiel Giraud"]
|
|
|
|
[upstream]
|
|
license = "GPL-3.0-only"
|
|
website = "https://ladigitale.dev/"
|
|
demo = "https://ladigitale.dev/digitranscode/"
|
|
admindoc = "https://codeberg.org/ladigitale/digitranscode/src/branch/main/README.md"
|
|
userdoc = "https://ladigitale.dev/blog/digitranscode-pour-convertir-des-fichiers-audio-et-des-videos"
|
|
code = "https://codeberg.org/ladigitale/digitranscode"
|
|
fund = "https://opencollective.com/ladigitale"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = "not_relevant"
|
|
|
|
sso = "not_relevant"
|
|
|
|
disk = "10M"
|
|
ram.build = "10M"
|
|
ram.runtime = "5M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/digitranscode"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://codeberg.org/ladigitale/digitranscode/releases/download/0.1.8/digitranscode-v0.1.8.zip"
|
|
sha256 = "0d8d7a1f075eab3e7f8039fd136cc6e33e636c12474e05866c2da2791c861b2a"
|
|
autoupdate.strategy = "latest_forgejo_release"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|