Daniel D'Angeli
Daniel D'Angeli
There is nothing that says which version needs to be installed, normal people would never find the answer. These are the basics of UX, something that you clearly don’t understand....
Im forking the project to work on it! Im quite naive with the whole development process, but i'll keep you posted.
Thanks. If you could give me a quick overview on which files should be the one i need to work on we could speed up the process. As i said...
This is related to #266 and #269 deleting every file and folder into sessions/ should solve the issue: ``` rm -rf sessions/* ``` If on Linux and using crontab, i...
> I've checked and the permissions look ok. @xBounceIT, which tag are you using exactly? Do you mean image tag? I am currently running 4.3.0-apache-202406090906
Sure, this is the docker compose and Dockerfile (since we use this image as a base and install modevasive too). Docker compose: ``` version: '3' services: waf: image: syncsec/waf:4.3.0 container_name:...
same, i have setup my docker-compose with environment varialbes but if i set SEMAPHORE_LDAP_ACTIVATED to yes it crashes on startup for missing config file, if i set it to no...