updated article

This commit is contained in:
Charlie Root 2020-01-17 00:05:12 +01:00
parent 9d763bbc2a
commit d0ff51cf71

View File

@ -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 !
Have fun !