1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00
This commit is contained in:
ericgaspar 2021-12-10 13:02:13 +01:00
parent affb671580
commit be01bc6b0f
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 0 additions and 5 deletions

View file

@ -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"

View file

@ -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)
#=================================================