mirror of
https://github.com/YunoHost-Apps/digitranscode_ynh.git
synced 2024-09-03 18:25:59 +02:00
57 lines
1.8 KiB
TOML
57 lines
1.8 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.2~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.0"
|
||
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]
|
||
help.en = "If public, any visitor can convert audio or video files using your server."
|
||
help.fr = "Si l’application est publique, n’importe quel visiteur pourra utiliser votre serveur pour convertir des fichiers audio et vidéos."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[resources]
|
||
[resources.sources.main]
|
||
url = "https://github.com/YunoHost-Apps/digitranscode_ynh/releases/download/0.1.2/digitranscode-v0.1.2.zip"
|
||
sha256 = "dafa74cbffa3c330ec94ec5a3cb7ee6c07639c1cd89a4b5cce3384098027bbb6"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|