From d0ff51cf717cbfb92a873b7f41aa0476cba91f97 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Fri, 17 Jan 2020 00:05:12 +0100 Subject: [PATCH] updated article --- content/post/2019-01-12-PaulBSD-Infrastructure.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/post/2019-01-12-PaulBSD-Infrastructure.md b/content/post/2019-01-12-PaulBSD-Infrastructure.md index 1954ad3..5bee7c7 100644 --- a/content/post/2019-01-12-PaulBSD-Infrastructure.md +++ b/content/post/2019-01-12-PaulBSD-Infrastructure.md @@ -54,19 +54,19 @@ qrz (qrz.paulbsd.com) is based on bootstrap and datatables for front application ### g2g -g2g is a golang executable that fetchs starred project on github and POST mirror copies of these repositories on a gitea / gogs instance. It is mainly a script that call REST webservices of github and gitea. +g2g is a golang executable that fetchs starred project on github and POST mirror copies of these repositories on a gitea / gogs instance. It is mainly a script that call REST webservices of github and gitea ### fuelprices -fuelprices is a little golang script that fetch fuel prices on the opendata of the french governement, and insert it on an influxdb serie. +fuelprices is a little golang script that fetch fuel prices on the opendata of the french governement, and insert it on an influxdb timeserie ### dip / dipc -dip is a webservice based in golang that return public ip addresses like ipinfo.io or showmyip.com (instance available at dip.paulbsd.com). HTML or JSON output are possible +dip is a webservice based in golang that return public ip addresses like ipinfo.io or showmyip.com (instance available at https://ip.paulbsd.com). HTML or JSON output are possible dipc is the client for dip (as a portable executable file) -Have fun ! \ No newline at end of file +Have fun !