1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/koel_ynh.git synced 2024-09-03 19:35:54 +02:00

Merge pull request #12 from YunoHost-Apps/ci-auto-update-7.0.2

This commit is contained in:
Salamandar 2024-07-12 16:54:22 +02:00 committed by GitHub
commit 71adcb8b0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 23 additions and 14 deletions

View file

@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th
Targeting web developers, Koel embraces some of the more modern web technologies to do its job.
**Shipped version:** 7.0.0~ynh1
**Shipped version:** 7.0.2~ynh1
**Demo:** <https://demo.koel.dev>

View file

@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th
Targeting web developers, Koel embraces some of the more modern web technologies to do its job.
**Versión actual:** 7.0.0~ynh1
**Versión actual:** 7.0.2~ynh1
**Demo:** <https://demo.koel.dev>

View file

@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th
Targeting web developers, Koel embraces some of the more modern web technologies to do its job.
**Paketatutako bertsioa:** 7.0.0~ynh1
**Paketatutako bertsioa:** 7.0.2~ynh1
**Demoa:** <https://demo.koel.dev>

View file

@ -21,7 +21,7 @@ Un simple service web de streaming audio personnel, écrit en Vue pour le client
Destiné aux développeurs web, Koel utilise certaines des technologies web les plus modernes pour accomplir son travail.
**Version incluse:** 7.0.0~ynh1
**Version incluse:** 7.0.2~ynh1
**Démo:** <https://demo.koel.dev>

View file

@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th
Targeting web developers, Koel embraces some of the more modern web technologies to do its job.
**Versión proporcionada:** 7.0.0~ynh1
**Versión proporcionada:** 7.0.2~ynh1
**Demo:** <https://demo.koel.dev>

View file

@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th
Targeting web developers, Koel embraces some of the more modern web technologies to do its job.
**分发版本:** 7.0.0~ynh1
**分发版本:** 7.0.2~ynh1
**演示:** <https://demo.koel.dev>

View file

@ -7,7 +7,7 @@ name = "Koel"
description.en = "A simple web-based personal audio streaming service."
description.fr = "Un simple service web de streaming audio personnel."
version = "7.0.0~ynh1"
version = "7.0.2~ynh1"
maintainers = ["tituspijean"]
@ -42,16 +42,16 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/koel/koel/releases/download/v7.0.0/koel-v7.0.0.tar.gz"
sha256 = "5e80adc93fea3b01dbea36afae6a6de8acbcc1528bdd8707053942ea5b197f28"
[resources.sources.main]
url = "https://github.com/koel/koel/releases/download/v7.0.2/koel-v7.0.2.tar.gz"
sha256 = "70ee1d9f045b1e70f69956d8fbd3a94dc2134b9e774b9237d251d0a71667ccba"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^koel-v.*tar.gz$"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^koel-v.*tar.gz$"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.data_dir]
@ -62,7 +62,16 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "php8.2-fpm, php8.2-mysql, php8.2-sqlite3, php8.2-xml, php8.2-mbstring, mariadb-server, ffmpeg"
packages = [
"php8.2-fpm",
"php8.2-gd",
"php8.2-mbstring",
"php8.2-mysql",
"php8.2-sqlite3",
"php8.2-xml",
"mariadb-server",
"ffmpeg",
]
[resources.database]
type = "mysql"