The /nf/admin area should have a page for site admins to submit arbitrary tasks. Assuming we let them specify a c.user
besides their self, we should add an extra field to track who submitted the task. After saving, should redirect to a page with the task's _id
as a url parameter which shows all the details of the task.
Helper fields for username, project name, app_config/mount point. Maybe use JSON for args & kwargs to handle data types.
forge:tv/5658