Queuecumbr
Queuecumbr
No worries. This is just what I had in mind as a quick fix if anything. I know there's a lot that has to be factored in before making a...
I am also more than happy to help with the Linux and docker side of things. With Docker, it's purpose is to provide a controlled and replicatable environment. If portions...
> @da3dsoul do you think we should try and add some smarts for checking if there is a build update and force it if webui has an updated version? I...
If I might also add, I feel it may be possible to introduce something so that other installs and variables wouldn't be impacted. It may require some additional configuration values,...
The latest is already being installed when the image is build. The issue is that it is never referenced or used from what I can tell
> > > I do think it would be reasonable to put the latest stable WebUI in the docker container on build. > > > > > > It's already...
With the current setup, there is just the issue where the WebUI is located in `/home/shoko/.shoko/Shoko.CLI`, but that would be mounted for persistence. Since the WebUI is in there, it...
I think they mean with the differences between Windows and Linux mainly, since paths can vary a lot more. There's also some behaviors that would be desirable if you were...
> One workaround for now would be to symlink the directory `/usr/src/app/build/webui` -> `/home/shoko/.shoko/Shoko.CLI/webui` every time the docker image runs, and then not update to the latest WebUI Even without...
#990 is just a proposal I have that would avoid having to change and maintain new configuration values. This also would not interfere with Windows or plain Linux installs which...