Closed khassel closed 10 months ago
The 3rd party modules page has been updated and is causing issues due to the layout. I have a rework of the whole codebase functioning, but am working on patching the current release
just pushed a fix directly to develop and will release a new version
@khassel the new version is available and should solve the issue
I always build the whole stuff which means
I cannot say if the issue is solved because the gui build is broken, the logs are full of deprecations and the used node v16
has reached end of live, you can take a closer look here but I think you will have the same problem running a local gui build ...
@khassel I've been working on a version 4.0.0, which is a complete rewrite of the CLI and UI, with substantially better construction, and unit tests this time lol. I haven't gone through the process of actually working through the official installation, but if you want to take a look through things and give it a shot, it's the code-cleanup
branch. The UI is almost complete as of last night, with the only feature missing is the ability to hide/show modules, which will be done tonight.
@khassel I'm working on the pipeline build for it right now. The setup is much easier, and doesn't require NGINX anymore. Installing/starting the UI is done through PM2. I'm also going to be rebasing the develop
branch in a few minutes. It might be a good idea to test out your build of the docker image soon.
can you document what has changed? Sounds there are breaking changes and I have not enough time to go through all the code again.
As already mentioned above I'm doing 3 steps
I also need the info how to start the app (without pm2).
So if there are changes in the build steps or start command it would be helpful to get these infos here, thanks.
@khassel 4.0.0 has been released. This is a complete rework of the application with improvements and stability all-around. Please see How to Migrate to 4.x.x as well the rest of the pages in the Wiki
see job log https://gitlab.com/khassel/mmpm/-/jobs/5169922809
Because I did'nt change anything in the build process this is probably caused by python dependencies.