mirror of
https://github.com/YunoHost-Apps/ampache_ynh.git
synced 2024-09-03 18:15:55 +02:00
Add upstream
This commit is contained in:
parent
4958fe3f31
commit
d8fcf25152
2 changed files with 10 additions and 3 deletions
|
@ -8,6 +8,13 @@
|
|||
},
|
||||
"version": "5.2.1~ynh1",
|
||||
"url": "http://ampache.org",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0",
|
||||
"website": "http://ampache.org",
|
||||
"demo": "https://ampache.org/demo.html",
|
||||
"admindoc": " https://github.com/ampache/ampache/wiki",
|
||||
"code": "https://github.com/ampache/ampache"
|
||||
},
|
||||
"license": "AGPL-3.0",
|
||||
"maintainer": {
|
||||
"name": "aymhce",
|
||||
|
@ -19,7 +26,7 @@
|
|||
"multi_instance": true,
|
||||
"services" : [
|
||||
"nginx",
|
||||
"php8.0-fpm",
|
||||
"php7.4-fpm",
|
||||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
|
|
|
@ -52,7 +52,7 @@ ynh_secure_remove --file="$final_path"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Removing NGINX web server configuration..."
|
||||
|
||||
# Remove the dedicated nginx config
|
||||
# Remove the dedicated NGINX config
|
||||
ynh_remove_nginx_config
|
||||
|
||||
#=================================================
|
||||
|
@ -60,7 +60,7 @@ ynh_remove_nginx_config
|
|||
#=================================================
|
||||
ynh_script_progression --message="Removing PHP-FPM configuration..."
|
||||
|
||||
# Remove the dedicated php-fpm config
|
||||
# Remove the dedicated PHP-FPM config
|
||||
ynh_remove_fpm_config
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue