SurrealDB
-
You have to publish your app code in https://git.cloudron.io/ also there are lifecycle tests that need to be done to be sure that the app will survive in the long run.
You can check other apps for that. -
Also good to clarify the licence which would apply
-
@Odonno I saw a request today to join 'cloudron' group but this is not the workflow. Can you give me your username on gitlab (not sure if it was you who requested) ? I have to up the repo limit before you can create a repo there.
There's a whole bunch of apps in https://git.cloudron.io/cloudron/ (with the -app suffix). You can push the package code with your preferred opensource license .
-
I have created the project here https://git.cloudron.io/Odonno/surrealdb-app
I have started to write tests but I don't how it can work. I have this error for the first test...
-
@Odonno It seems the license on the package is BSL. We try to keep the package source code as proper opensource licenses . Note that surrealdb itself can be BSL, this is not a problem. The license in the repo only on the license of the package. This allows us (cloudron team) to continue to provide updates to the package reliably.
-
@Odonno Ok, I have forked it into our namespace - https://git.cloudron.io/cloudron/surrealdb-app . You should also be a maintainer of the repo.
So, the next step, is to get the tests working . Then, we will take a look into getting it published. Thanks for all the work!
-
-
@girish Ah yes, that explains why. I don't know how it keeps track of the correct docker image. I suppose there is a key-value store somewhere.
Well, I finished to write a pretty good set of e2e tests. I think it is ready. Thank you for your help.