…self hosting is becoming much more of a necessity. Please could Wappler connect to self-hosted git repos like Gitea or Gitprep? I am hoping it’s just a case of giving the url/IP address and creating SSH keys so Wappler can play nicely with any of these alternative options.
you should be able to connect to any git service - even your own private ones. Depending on the security they have you can use username/password or a SSH key to connect (preferable). You can just enter those in your Wappler global options or will be prompted as well when trying to connect.
@George - I’ve set up Gitea on a VPS and am ready to use it. In the global options, I can only select Github, Gitlab and Bitbucket. How/where do I enter my own IP/URL? I’ll be using SSH keys.
Just throwing this in here: GitLab can be self-hosted and is battle tested. If this is a big project or you might need to scale later, I’d stick to GitLab.
Looks like that’s not a Wappler issue but you need to configure your local ssh agent and config so that the agent knows which key to use for your gitea host.