nowina-solutions / nexu

87 stars 51 forks source link

Insert pincode #63

Open paolox72 opened 1 year ago

paolox72 commented 1 year ago

I'm looking for a way to enter the pincode only once per session, is this possible?

hello-earth-gh commented 1 year ago

FYI , I created a fork that I think does what you require https://github.com/hello-earth-gh/nexu

paolox72 commented 1 year ago

FYI , I created a fork that I think does what you require https://github.com/hello-earth-gh/nexu

tanks a lot, I downloaded your version but I can't compile with on windows do I need to add something? In the same session the pincode is not requested? or is it automatically written in the pincode box?

hello-earth-gh commented 1 year ago

well, i also compile on windows - i have been using Java 8 for running maven with. full build order: nexu-api, nexu-model, nexu-util, nexu-core, nexu-standalone, nexu-rest-plugin, nexu-https-plugin, nexu-multi-user-support, nexu-windows-keystore-plugin, nexu-app, nexu-bundle What exactly of the above modules does not compile? Probably it is because of egiz/smcc dependency - there is a hack that you can do - it is described in the README towards the end. Actually I used the distributed nexu.jar from Nowina that contains this dependency, to install it as local Maven dependency under egiz/smcc name. It is terrible, but the right thing would be to get rid of this dependency altogether, I think it is used in some special cases only.. And it's an unofficial version - so use at your own risk..

finally - the pincode is not requested at all in the same session, for a specific configurable amount of time - as far as I remember.