-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't seem to enable pihole or dhcplss #975
Comments
Hi, I think you have to also add these two to the LOADED_PLUGINS setting otherwise the app won't recognise these settings. J |
added LOADED_PLUGINS to APP_CONF_OVERRIDE and same thing. the only way so far that i got it to work was manually editing the app.conf, adding the pihole and dhcplss config options there and restarting the container. |
Ok, I'll have a closer look later.
…On Fri, 24 Jan 2025, 15:48 phynias, ***@***.***> wrote:
added LOADED_PLUGINS to APP_CONF_OVERRIDE and same thing. the only way so
far that i got it to work was manually editing the app.conf, adding the
pihole and dhcplss config options there and restarting the container.
—
Reply to this email directly, view it on GitHub
<#975 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW5URDFRBFNMCM45C7HA3GL2MHAYJAVCNFSM6AAAAABVYZG6CSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJRGU3TMMZUGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi, So after debugging this the plugins need to be loaded before overridden settings to preventy a circular recursion. For that I created a custom compose variable LOADED_PLUGINS=["DHCPLSS","PIHOLE","ASUSWRT","FREEBOX"] You will still need to use the This should be available in the next release. It would be great if you could test this. Can you please switch to the Make sure you refresh your browser cache - and click the 🔄 refresh button in the top right corner. Consider sharing the app on socials 🙂🙏 Thanks in advance, |
Is there an existing issue for this?
The issue occurs in the following browsers. Select at least 2.
Current Behavior
i am trying to enable PIHOLE and DHCPLSS
this is my docker-compose:
then in my logs i see this.
i tried to look where the KEEP was coming from but i can't find anything.
Expected Behavior
it loads up the plugins i specify.
Steps To Reproduce
No response
app.conf
docker-compose.yml
What installation are you running?
Dev (netalertx-dev)
app.log
No response
Debug enabled
The text was updated successfully, but these errors were encountered: