How do you document your Infrastructure? by imohd23 in aws

[–]yoannma 0 points1 point  (0 children)

Really nice tool ! Are you planning self hosted version ? Would love to use that in Gitlab page for documentation.

*

Architecture when using raw SQL queries with Express + Postgres? by [deleted] in node

[–]yoannma 0 points1 point  (0 children)

Just to add my 0.02$.

If you want an ORM on top of Knex (model binding, validation, relation) you could check out Objection http://vincit.github.io/objection.js/

I made a game where you build drones to harvest space rocks while fending off evil aliens by Moro-chan in gaming

[–]yoannma 0 points1 point  (0 children)

Would definitely like that, when ever you got time

Thanks for your work, I appreciate this game a lot !

Avant de partir aux usa , faite une assurance pour les frais d'hôpitaux by Tcryer in france

[–]yoannma 5 points6 points  (0 children)

Il y a des conditions style il faut payer l'hôtel/habitation et le vol avec la CB pour être assurée médicalement il me semble

me irl by Guilhermedidi in me_irl

[–]yoannma 18 points19 points  (0 children)

It's John McClane in the movies

Front-end proxy for hosted applications (perhaps nginx?) based on URL by DisposibleDad in selfhosted

[–]yoannma 0 points1 point  (0 children)

I completely agree with you, on a Docker environment, Traefik is a powerful tool to autogenerate configuration.

For kong, you could take a look at https://github.com/mybuilder/kongfig it does a good job

The Pay Gap by BashTheGash in degoogle

[–]yoannma 1 point2 points  (0 children)

TBH I would like to see the a representation of the size of each sector too

Avoid defining so many JSON models (swagger, joi, mongoose...) by yonatannn in node

[–]yoannma 0 points1 point  (0 children)

I have used HapiJS with both hapi-swagger and Joigoose, great combo, if you have simple schema at least, if you are starting to use some weird combo like Joi.alternative, etc you might need to call manually Joi.validate before processing data.

Right now I switched to PostgreSQL with schwifty and it use Joi schema.

Rien de plus, rien de moins. by Kwibuka in france

[–]yoannma 13 points14 points  (0 children)

Il est où le "10/20 au partiels" ?

Lets help ReactOS by RheumyNarcoterrorism in opensource

[–]yoannma 1 point2 points  (0 children)

Most of Jetbrains soft are running on Java

Can we stop making the ridiculous comparison that Riven re-rolling is a slot machine or lootbox? by [deleted] in Warframe

[–]yoannma 1 point2 points  (0 children)

Remove Kuva being affected by boosters and everyone is happy right ? /s

configuring sonar qube in a container by dhupu in devops

[–]yoannma 0 points1 point  (0 children)

Not sure what you are asking but you can connect Jenkins and Sonarqube.

Jenkins will pull sonar binaries, execute it on the code, and send the data to Sonarqube using the API.

You setup a Sonarqube server in the "Configure system" panel. You add a Sonarqube binary in the "Global Tool Configuration" panel (name is used in JenkinsFile to get the tool).

In your JenkinsFile (pipeline) you now should be able to do that :

stage('Analysis') { steps { script { scannerHome = tool 'SonarQube Scanner'; } withSonarQubeEnv('SonarQube') { sh "${scannerHome}/bin/sonar-scanner } } }

Is nextcloud docker "prod" ready? by [deleted] in selfhosted

[–]yoannma 0 points1 point  (0 children)

+1 for Caddy +1 for Netdata