Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am GreenHorse on github.
  • I am vercheval (https://keybase.io/vercheval) on keybase.
  • I have a public key whose fingerprint is C6D8 4B27 B103 DAEF 8385 F2DE F5FF 7674 EB7C 6F71

To claim this, I am signing this object:

#! /usr/bin/env sh
cd build/production/dover
jar cmfv \
../../../dover_manifest.mf \
../../../dover.jar \
uk/ac/kent/dover/fastGraph/*.class \
uk/ac/kent/dover/fastGraph/comparators/*.class \
uk/ac/kent/dover/fastGraph/Gui/*.class \
uk/ac/kent/displayGraph/*.class \
uk/ac/kent/displayGraph/comparators/*.class \
@GreenHorse
GreenHorse / Dockerfile
Last active February 7, 2017 18:15
certbot container
# renew file created by the docker-compose
FROM palobo/certbot
MAINTAINER maxime.vercheval@gmail.com
# 3 time a month (the 1, 11 and 21) at 4:32 am
RUN echo -e '#!/bin/sh' >> /etc/periodic/weekly/renew && \
echo -e 'certbot renew -n --allow-subset-of-names --expand --force-renewal' >> /etc/periodic/weekly/renew && \
chmod -R +x /etc/periodic
# CMD cron -f # not sure if the log will be displayed
hostname: HOSTNAME
rancher:
network:
interfaces:
eth0:
address: VM_IP/32
dhcp: false
post_up:
- route add SERVER_IP_END_WITH_254 dev eth0
- route add default gw SERVER_IP_END_WITH_254