kalcaddle / KodExplorer

A web based file manager,web IDE / browser based code editor
https://kodcloud.com
6.26k stars 1.84k forks source link

How to create custom plugin server? #441

Closed werasik2aa closed 3 years ago

werasik2aa commented 4 years ago

Please give me api for download plugins from app store

simon511000 commented 4 years ago

I think the API is not public and the server is not open source but you can change the server here and try to understand in the source code of KodExplorer to create your own store. But it's complicated because JS files are minified

werasik2aa commented 4 years ago

I think the API is not public and the server is not open source but you can change the server here and try to understand in the source code of KodExplorer to create your own store. But it's complicated because JS files are minified

Can you help with source? i saw you https://github.com/kalcaddle/KodExplorer/issues/307 almost done

werasik2aa commented 4 years ago

i want create fully linux desktop without x screen almost ) just use web enviroment as linux) But i dont know what is it... $config = json_decode(file_get_contents("config.json"),true);\ in yuor php image

When i try it just

werasik2aa commented 4 years ago

image But i can create apps here . but i want create repository for apps... and plugins

simon511000 commented 4 years ago

Yes it was a test that I made, a long time ago but it never really worked

But KodExplorer is not linux KodExplorer tries to simulate an operating system directly in JavaScript but has nothing to do with Linux I don't know if it's possible but you can try to install Linux on VirtualBox and access it from a web browser with X client