form: add setting for changing redirect url

for #167, Settings > General (Advanced) > Form success redirect URL.
This commit is contained in:
Harvey Tindall
2021-12-20 20:44:08 +00:00
parent d8b1f03ac4
commit e6cc7fce1a
3 changed files with 14 additions and 3 deletions
+9
View File
@@ -247,6 +247,15 @@
"type": "text",
"value": "",
"description": "URL base for when running jfa-go with a reverse proxy in a subfolder. include preceding /, e.g \"/accounts\"."
},
"redirect_url": {
"name": "Form success redirect URL",
"required": false,
"requires_restart": false,
"type": "text",
"value": "",
"advanced": true,
"description": "Set a different URL for the sign-up form to redirect the user to when they've signed up. Default to 'Public Server' or 'Server' in the Jellyfin tab."
}
}
},