Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I am a long-time user of Cockpit. Its a truly great product that has made my sysadmin duties much easier! Thanks for developing it!
To my question: I would like to develop some custom apps / customization's for our internal team use. Having said that, I am not a developer!
I've looked at the starter-project and it seems simple enough, but I notice its based around React. Unfortunately for me, this is bit of a stretch....I wouldn't be able to do much more than "hello world" in React....so this brings me to my question(s): Would any of these things be possible / easy to do?
Our company has an internal documentation site that is generated from
mkdocs
(if you don't know thats a static website generator...you feed it markdown files and it spits out a bare html static website). So, could I create a custom "doc app" that was little more than just pointing to this directory of static html / css files?A different example is we use Zabbix as our monitoring solution. Could I create an iframe and embed our Zabbix dashboard as an "app"? Maybe cross-origin might be an issue, but I could just put a proxy server on same cockpit machine and point the "app" to localhost:3000 (or whatever) and let that feed from the remote zabbix dashboard? Possible?
Lastly, personally I've hacked together some websites using html + jquery in the past (thats my limit of being a web developer). Is it necessary that one writes an app in React? Or could apps be written in more traditional html / javascript? The prospect of being whip up some html+js and tap into system tools and "webify" them is very interesting.
Thanks for your help and for all your teams great work.
Beta Was this translation helpful? Give feedback.
All reactions