I am trying to create an online installer for a Qt6 application. In this case, it is a Python base GUI app, compiled with Nuitka.
After creating the repository and the installer itself
repogen -p packages repository
binarycreator --online-only -c config/config.xml -p packages Installer
the repo folder is filled and the installer is created. But each time I call it, I get 'Cannot retrieve distant tree'.
The question is: which remote servers are allowed, and how do I access them?
- SFTP: debug mode tells me 'unsupported protocol'
- FTP: connects, but asks for pw forever. Probably due to secure ftp
- Google drive: seems not to work, probably because of redirections?
- Nextcloud server: seems not to work, probably because of redirections?
- Office365 cloud: seems not to work, probably because of redirections?
Or is the only way to configure an http server to get access to an update folder w/o pw?