I’m developing a tool using Python and would like to test it. Is it possible to deploy it within my Nextcloud instance? If so, what are the requirements?
You can host any stuff that you want to propose to download for other people.
If you want to automatize the process, you can upload the files and also use the share api to create the sharing links (OCS Share API — Nextcloud latest Developer Manual latest documentation).
If you want to share python packages publicly, the pypi server (or a local running pypi server) might be more suited to directly install the package. It is more or less a specially structured web-folder without any scripts, database on the server side.
And to host code, I would prefer a git-based platform.
Can i work on the same with the nextcloud instances like other apps in Nextcloud? I would like to deploy it and work on it within nextcloud instance.
Hello @Drugvigil ,
I found this for you, maybe it can help you:
Will check it. Thanks for sharing.