You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when I install a module, I don't find it anymore when I restart the addon...
It seem like the MODULES_PATH parameter is not updated...
In the appsettings.json (I did use Portainer to check it), I see "ModulesPath": "/config/ai-server/modules" which seem right
But in the addon logs, I see Infor MODULES_PATH = /app/modules
The DATA_DIR is OK, but passed as a CLI option it seem, I think that's why it works....
Maybe the wrong file is used (I saw appsettings.linux.json and maby other one), or maybe the file is loaded before it's updated by run.sh?
I'm using the addon on HassOS on a amd64 platform...
This is where my skills are not enough... 😅
Any clue?
The text was updated successfully, but these errors were encountered:
By investigating a bit more, I found "ModulesDirPath": "%ROOT_PATH%/modules", in appsettings.json... it seems to fit, maybe this option too has to be set to the MODULES_PATH value too...
Hey there, thanks for your great project
I noticed that when I install a module, I don't find it anymore when I restart the addon...
It seem like the MODULES_PATH parameter is not updated...
In the appsettings.json (I did use Portainer to check it), I see
"ModulesPath": "/config/ai-server/modules"
which seem rightBut in the addon logs, I see
Infor MODULES_PATH = /app/modules
The DATA_DIR is OK, but passed as a CLI option it seem, I think that's why it works....
Maybe the wrong file is used (I saw
appsettings.linux.json
and maby other one), or maybe the file is loaded before it's updated by run.sh?I'm using the addon on HassOS on a amd64 platform...
This is where my skills are not enough... 😅
Any clue?
The text was updated successfully, but these errors were encountered: