mirror of
https://github.com/YunoHost-Apps/koel_ynh.git
synced 2024-09-03 19:35:54 +02:00
coding style
This commit is contained in:
parent
84ccdd2aac
commit
75f179c2f0
1 changed files with 15 additions and 7 deletions
|
@ -42,16 +42,16 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/koel/koel/releases/download/v7.0.2/koel-v7.0.2.tar.gz"
|
||||
sha256 = "70ee1d9f045b1e70f69956d8fbd3a94dc2134b9e774b9237d251d0a71667ccba"
|
||||
[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,15 @@ 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-mysql",
|
||||
"php8.2-sqlite3",
|
||||
"php8.2-xml",
|
||||
"php8.2-mbstring",
|
||||
"mariadb-server",
|
||||
"ffmpeg",
|
||||
]
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue