Open
Description
Now that we have added GitLab to the App Store, I would love to work on a SonarQube integration so every time we push new code into the repositories, we can perform static code analysis.
The main problem I can see is that SonarQube uses Elasticsearch to index data, which means there are some Docker Host Requirements
that should be enabled before launching this software:
sysctl -w vm.max_map_count=524288
sysctl -w fs.file-max=131072
ulimit -n 131072
ulimit -u 8192
I was wondering if I could get some guidance so I can start using SonarQube as part of my Umbrel Home for local testing (there are still some aspects regarding UmbrelOS I am unfamiliar with) and, once the App is fully functional, push an update to the official Umbrel App Store to provide this software for everyone else.
Thanks,
Metadata
Metadata
Assignees
Labels
No labels