Skip to content

Instantly share code, notes, and snippets.

View hlgr360's full-sized avatar

Holger Reinhardt hlgr360

View GitHub Profile
@hlgr360
hlgr360 / adello_CLA.md
Last active May 22, 2018 19:37 — forked from DonMartin76/wicked_CLA.md
Adello OSS Contributor License Agreement

Contributor License Agreement

The following terms are used throughout this agreement:

  • You - the person or legal entity including its affiliates asked to accept this agreement. An affiliate is any entity that controls or is controlled by the legal entity, or is under common control with it.
  • Project - is an umbrella term that refers to any and all open source projects in the Adello GitHub organization, maintained by the Adello AG.
  • Contribution - any type of work that is submitted to a Project, including any modifications or additions to existing work.
  • Submitted - conveyed to a Project via a pull request, commit, issue, or any form of electronic, written, or verbal communication with Adello contributors or maintainers.

1. Grant of Copyright License.

@hlgr360
hlgr360 / keybase.md
Created September 18, 2017 20:11
Keybase proof of identity

Keybase proof

I hereby claim:

  • I am hlgr360 on github.
  • I am hlgr360 (https://keybase.io/hlgr360) on keybase.
  • I have a public key ASAWBFiOP_6hYzo2IERd4fmLlJgNw_ssw43dB5L3NnHjkwo

To claim this, I am signing this object:

@hlgr360
hlgr360 / docker-compose.yml (calibre)
Created September 12, 2016 11:41
Docker compose file for Calibre
calibre:
image: janeczku/calibre-web
ports:
- 80:80
volumes:
- /data/bookcloud/html/data/hlgr360/files:/calibre
@hlgr360
hlgr360 / docker-compose.yml (minecraft)
Created September 12, 2016 11:40
Docker compose file for Minecraft
Minecraft:
image: itzg/minecraft-server
environment:
DIFFICULTY: normal
EULA: 'TRUE'
MODE: adventure
MOTD: A Minecraft server powered by Docker
OPS: ''
PVP: 'false'
SEED: ''
@hlgr360
hlgr360 / docker-compose.yml (owncloud)
Created September 12, 2016 11:38
Docker compose file for ownCloud
owncloud:
ports:
- 4000:80
image: owncloud
volumes:
- /data/owncloud/html:/var/www/html
@hlgr360
hlgr360 / docker-compose.yml (rocketchat)
Last active September 12, 2016 11:37
Docker Compose file for Rocketchat
hubot:
ports:
- 3001:8080/tcp
environment:
BOT_NAME: bot
EXTERNAL_SCRIPTS: hubot-help,hubot-seen,hubot-links,hubot-diagnostics
ROCKETCHAT_PASSWORD: botpassword
ROCKETCHAT_ROOM: GENERAL
ROCKETCHAT_URL: rocketchat:3000
ROCKETCHAT_USER: bot
@hlgr360
hlgr360 / 0_reuse_code.js
Created January 20, 2014 19:22
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console