mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Cleaning
This commit is contained in:
parent
affb671580
commit
be01bc6b0f
2 changed files with 0 additions and 5 deletions
|
@ -11,7 +11,6 @@
|
|||
"upstream": {
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"website": "https://pixelfed.org/",
|
||||
"demo": "https://demo.example.com",
|
||||
"admindoc": "https://docs.pixelfed.org/running-pixelfed/administration.html",
|
||||
"userdoc": "https://docs.pixelfed.org/",
|
||||
"code": "https://github.com/pixelfed/pixelfed"
|
||||
|
|
|
@ -30,10 +30,6 @@ ynh_script_progression --message="Loading installation settings..."
|
|||
# Needed for helper "ynh_add_nginx_config"
|
||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
|
||||
# Add settings here as needed by your application
|
||||
#db_name=$(ynh_app_setting_get --app=$app --key=db_name)
|
||||
#db_user=$db_name
|
||||
#db_pwd=$(ynh_app_setting_get --app=$app --key=db_pwd)
|
||||
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue