Hylke Hellinga
Hylke Hellinga
I've successfully found and changed all the files that reference the git repository coming from cyberpanel.net. And have been successful in creating a custom repository where I install from my...
The main install repo will stay absolutely the same. What I am doing is making it so all you'd have to do is change: install.sh to use different ENV variables...
What about the Chinese country check? Do chinese people also need to be able to setup their own cyberpanel instance? Should I create seperate ENV variables for the Chinese country?
With this setup however, you are able to provide any repository... So what I'm going to do is create a "chinese" version of the custom repo url that you can...
Hey qtwrk, Currently I'm still relying on the cyberpanel mirrors for the software installation part. I'm getting pretty far within a single day. There are some issues when running the...
Hey everyone, Sorry for the delay, but I've been having issues with one of my own cyberpanel mail servers for some reason that I have to solve first. Has to...
@pburrows Could you perhaps make a pull request with these changes so that they can be merged into this repository? I would also like to be able to connect to...
I would like to create a flutter FFI package that calls into native babylon API's... However, flutter makes use of dart, not javascript. It seems that babylon native has a...
I missunderstood the babylonjs platform api in that case... I thought it was a google angle native implementation that was adressable through javascript... If that is the case, I can...
I tried this for the windows platform, and am experiencing the same problem. It looks for files from app/src doing directory traversals from ../app/node_modules and ../../node_modules. The problem is that...