Skip to content

Instantly share code, notes, and snippets.

View gulien's full-sized avatar

Julien Neuhart gulien

View GitHub Profile
let extra = document.getElementById('extra')
extra.innerText = extra.innerText + ' and extra JavaScript tags too!'
@gulien
gulien / describe_ark.txt
Created January 14, 2019 17:13
Ark bug report
Name: test-master
Namespace: heptio-ark
Labels: ark.heptio.com/storage-location=default
Annotations: <none>
Phase: Failed
Namespaces:
Included: tcm-projects-wabel-master
Excluded: <none>
@gulien
gulien / 01 - traefik-automatic-https.md
Last active February 5, 2018 11:13
kickoff-docker-php - Traefik automatic HTTPS

Simple example on how to enable automatic HTTPS with Traefik.

It should be used for the kickoff-docker-php.

@gulien
gulien / phpstorm-xdebug-configuration.md
Last active January 31, 2018 09:32
kickoff-docker-php - PhpStorm Xdebug configuration

Simple example on how to use Xdebug with PhpStorm.

It should be used for the kickoff-docker-php.

@gulien
gulien / nginx-configuration-blueprint-symfony.md
Last active September 11, 2018 06:29
kickoff-docker-php - NGINX configuration blueprint for a Symfony application

Simple example on how to update the php-fpm.conf file for a Symfony application.

It should be used for the kickoff-docker-php.