diff --git a/manifest.json b/manifest.json index 593daa7d..b6154224 100644 --- a/manifest.json +++ b/manifest.json @@ -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" diff --git a/scripts/change_url b/scripts/change_url index 5a09651c..0fa1db68 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -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) #=================================================