Skip to content

Instantly share code, notes, and snippets.

View martin-helmich's full-sized avatar

Martin Helmich martin-helmich

View GitHub Profile
@martin-helmich
martin-helmich / docker-compose.yml
Created January 11, 2020 10:52
Minimal example for using Jaeger Tracing with Go
version: "3"
services:
jaeger:
image: jaegertracing/all-in-one:1.8
ports:
- 6831:6831/udp
- 6832:6832/udp
- 5778:5778
- 16686:16686
- 14268:14268
@martin-helmich
martin-helmich / main.go
Created July 1, 2017 11:01
Web development with Go; Minimal example
package main
import (
"encoding/json"
"fmt"
"html/template"
"net/http"
)
type User struct {
server {
listen *:80;
server_name neos.dev;
root /var/www/flow/Web;
autoindex off;
client_max_body_size 0;
access_log /var/log/nginx/flow.dev.access.log;
error_log /var/log/nginx/flow.dev.error.log;
'TYPO3.NeosDemoTypo3Org:Tabs':
superTypes: ['TYPO3.Neos:Content']
childNodes:
tabItems:
type: 'TYPO3.Neos:ContentCollection'
ui:
label: 'Tabs'
group: 'plugins'