mirror of
https://github.com/YunoHost-Apps/digitranscode_ynh.git
synced 2024-09-03 18:25:59 +02:00
commit
a4bfd680d5
4 changed files with 10 additions and 9 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Digitranscode is a simple application to convert audio and video files thanks to FFMPEG.wasm - https://github.com/ffmpegwasm/ffmpeg.wasm (MIT License).
|
Digitranscode is a simple application to convert audio and video files thanks to FFMPEG.wasm - https://github.com/ffmpegwasm/ffmpeg.wasm (MIT License).
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.1.2~ynh1
|
**Shipped version:** 0.1.9~ynh1
|
||||||
|
|
||||||
**Demo:** https://ladigitale.dev/digitranscode/
|
**Demo:** https://ladigitale.dev/digitranscode/
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
Digitranscode est une application simple pour convertir des fichiers audio et des vidéos grâce à FFMPEG.wasm - https://github.com/ffmpegwasm/ffmpeg.wasm (MIT License).
|
Digitranscode est une application simple pour convertir des fichiers audio et des vidéos grâce à FFMPEG.wasm - https://github.com/ffmpegwasm/ffmpeg.wasm (MIT License).
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.1.2~ynh1
|
**Version incluse :** 0.1.9~ynh1
|
||||||
|
|
||||||
**Démo :** https://ladigitale.dev/digitranscode/
|
**Démo :** https://ladigitale.dev/digitranscode/
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "Digitranscode"
|
||||||
description.en = "an online app that can convert audio files and video files into different formats."
|
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."
|
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"
|
version = "0.1.9~ynh1"
|
||||||
|
|
||||||
maintainers = ["Pierre-Amiel Giraud"]
|
maintainers = ["Pierre-Amiel Giraud"]
|
||||||
|
|
||||||
|
@ -21,11 +21,14 @@ code = "https://codeberg.org/ladigitale/digitranscode"
|
||||||
fund = "https://opencollective.com/ladigitale"
|
fund = "https://opencollective.com/ladigitale"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.0"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = "not_relevant"
|
ldap = "not_relevant"
|
||||||
|
|
||||||
sso = "not_relevant"
|
sso = "not_relevant"
|
||||||
|
|
||||||
disk = "10M"
|
disk = "10M"
|
||||||
ram.build = "10M"
|
ram.build = "10M"
|
||||||
ram.runtime = "5M"
|
ram.runtime = "5M"
|
||||||
|
@ -39,15 +42,14 @@ ram.runtime = "5M"
|
||||||
default = "/digitranscode"
|
default = "/digitranscode"
|
||||||
|
|
||||||
[install.init_main_permission]
|
[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"
|
type = "group"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/YunoHost-Apps/digitranscode_ynh/releases/download/0.1.2/digitranscode-v0.1.2.zip"
|
url = "https://codeberg.org/ladigitale/digitranscode/releases/download/0.1.9/digitranscode-v0.1.9.zip"
|
||||||
sha256 = "dafa74cbffa3c330ec94ec5a3cb7ee6c07639c1cd89a4b5cce3384098027bbb6"
|
sha256 = "8bc7040587f805e1876c813c87805a7f4aa2c1fcde94c4fe9604795ff7a66814"
|
||||||
|
autoupdate.strategy = "latest_forgejo_release"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,6 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||||
then
|
then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
|
||||||
ynh_setup_source --dest_dir="$install_dir"
|
ynh_setup_source --dest_dir="$install_dir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue