Replies: 6 comments 4 replies
-
|
I want to add some sort of system. But theres still alot of native functionality that id like to just have native in arcane. Git stuff is coming in the next update, but curious to see how you did it/ |
Beta Was this translation helpful? Give feedback.
-
|
This is heavily done with Antigravity: https://github.com/wlatic/arcane-plugin and plugin.dockerfile: The Ops plugin I created: https://github.com/wlatic/arcane-ops-plugin Ran via another docker: Compose.yaml: ops.dockerfile Registered the plugin via CLI: Its definately a brute force method, I just have a pretty opinionated way I do docker to make sure its backed up etc. |
Beta Was this translation helpful? Give feedback.
-
|
This is interesting, I will look and see if we can streamline it and make it more intunitive, if you want to make a simple pr with some ideas too feel free, but this is something ive had an idea for for a long time just wanst sure how to do it ... |
Beta Was this translation helpful? Give feedback.
-
|
The one thing that stops me from submitting a PR here is that I think the majority of time I like things to be less simple and deliberate because people should know what they are doing. But within software that is really a no no. My thoughts are also with the amount of AI development going on now it might need to be a "simple plugin" system, but the ability for more complicated integrations being done via Antigravity/Claude Code etc. |
Beta Was this translation helpful? Give feedback.
-
|
@kmendell do you have docs on this now? I'd like to try and rewrite my original plugin. |
Beta Was this translation helpful? Give feedback.
-
|
would this allow the management of zfs, vms, lxc? truenas might be going nuclear on the community. ive realized that what i really wanted was something like arcane that handles zfs, since datasets couple well with volumes, and less something like truenas that handles containers. i could open a separate discussion if this isnt the correct spot. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Have been playing around with trying to get a few of the different docker management systems to try and help me enforce a very opinionated setup:
Arcane seemed way easier to implement plugins (based on using antigravity) and I got this done using a docker compose patch file. I've then got a sidecar docker running to allow me to enable a "Ops mode" which brings in Git Sync's and some reports etc.
I'm still trying to test this locally, is plugins and addons something in Arcanes native future?
Beta Was this translation helpful? Give feedback.
All reactions