plugins
plugins copied to clipboard
os-git-backup does not work with http:// Gitea server
Important notices Before you add a new report, we ask you kindly to acknowledge the following:
- [x] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
- [x] I have searched the existing issues, open and closed, and I'm convinced that mine is new.
- [x] The title contains the plugin to which this issue belongs
Describe the bug I'm setting up a git backup of my OPNsense router to a self-hosted Gitea server on my local network. The Gitea server does not have https set up. Ideally I would just configure os-git-backup with the following data:
URL = http://local-ip-address:port/username/router-config.git Branch = main SSH private key = NOTHING User Name = username Password = my-pass
Unfortunately, it seems that os-git-backup requires https, so this doesn't work. I also tried SSH but I'm having trouble getting the authentication to work, so that's why I'd like for http to be possible.