|
2017/03/05 14:20 |
Haiko |
Build for aarch64 crosscompile
Maschine mit go version go1.6 linux/amd64
#!/bin/bash
export GOPATH=$(pwd)
export CGO_ENABLED=0
export GOARCH=arm64
export … |
golang,
aarch64,
build |
|
2018/09/20 08:32 |
Haiko |
Drone CI
<https://drone.io/>
Drone ist ein Continuous Delivery System. Es ist ein Open Source Projekt und in Golang geschrieben. In sogenannten Pipelines wird… |
linux,
drone,
ci,
golang,
docker,
container,
workflow,
git,
gitea,
registry |
|
2017/03/05 14:16 |
Haiko |
Encode / Decode Json
package main
import (
"bytes"
"encoding/json"
"fmt"
"net/http"
"os"
)
type Test struct {
A string `json:"a,omitempty"`
B string … |
golang,
json,
buffer,
bytes,
servehttp |
|
2016/08/31 19:27 |
Haiko |
Notizen zum Macaron Webframework
Ein kleiner - quick and dirty blog (main.go weiter unten)
Example Output after Start:
go run main.go … |
golang,
macaron,
notizen,
basics,
notes,
templates |
|
2017/06/24 14:56 |
Haiko |
# Docker Registry Notizen
## Basics
* Docker Registry mit TLS und Http Basic Auth
## Vorbereiten
Pfade
Path Note./dataRepository Storage ./certsCertificate… |
linux,
docker,
systemd,
registry,
compose,
golang,
event,
notification,
yaml |
|
2017/02/08 17:40 |
Haiko |
Træfɪk (Traefik) 1.7 Reverse Proxy aarch64 Docker
Mittlerweile, dank Multi Arch Richtlinien, ist traefik für viele andere Plattformen offiziell erhältlich. In … |
linux,
c2,
odroid,
aarch64,
docker,
traefik,
dnsmasq,
golang,
proxy |