Conversation
|
I humbly ask we do not remove the external classifier if we can help it. I have both an ENC and a packaged frontend project, each of which rests on that functionality. It would kill two entire projects I maintain. |
|
Hi, are you talking about setting I am curious though, your ENC uses |
|
I'm just being selfish. :D I just wanted to make sure my ENC and the OpenVox GUI project weren't affected. Thank you for easing my fears! I use node_terminus = exec |
|
BTW, I checked out your project and damn it looks really nice! Been working on a ENC myself the past couple of months, but it has maybe only half the functionality of openvox-gui. This is really more than just a ENC/ report dashboard. Very cool. |
|
Thank you so much. Feature requests welcome!
I’m about to start up a parallel project to do a fully integrated installer for OpenVox that allows you to install OpenVox, decide whether to install the dash, and then the second iteration of that will be scaling.
Imagine: a single integrated installer that will stand up a fully scaled infra with a dashboard. :)
Jerald Sheets
***@***.***
… On Mar 9, 2026, at 7:32 AM, Friedrich Raschwitz ***@***.***> wrote:
dotconfig404
left a comment
(OpenVoxProject/container-openvoxserver#113)
<#113 (comment)>
BTW, I checked out your project and damn it looks really nice! Been working on a ENC myself the past couple of months, but it has maybe only half the functionality of openvox-gui. This is really more than just a ENC/ report dashboard. Very cool.
—
Reply to this email directly, view it on GitHub <#113 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AALDI76ZNDWDPB27KGZMQQ34P2TV3AVCNFSM6AAAAACWLUPBFKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DAMRTGEYDKMRSGA>.
You are receiving this because you commented.
|
Hi
hope to get a few config env vars added.
setting a ENC script via via
EXTERNAL_NODES-> this also setsnode_terminustoexecas that is required for external_nodes to work. other possible values for node_terminal areplainandclassifier. The latter being puppet enterprise specific so not relevant here, andplaindisabling ENC/ using buillt-in node classification.setting
allow_duplicate_certsviaALLOW_DUPLICATE_CERTS. This is done in the appropiate script for other CA settings,90-ca.shwhen CA is enabled.Cheers