We use bitrise with a privately hosted Bitbucket server that is reachable via VPN. Adding a new App to bitrise is a challenge for us, as we have to create the app with some public github repository, make sure we get past all the validations, scans, builds, etc, and once we have the App created, we have to rename and reconfigure everything with our actual data.
While the wizard works as intended for OSS, it makes the whole add a new app experience quite cumbersome for our workflow.
It would be nice if you could provide an option to create a new app directly, skipping the wizard, then we could add our links, secrets, ssh keys, and environment variables as needed before triggering the first build.
Kind regards