Skip to content

Instantly share code, notes, and snippets.

View morbidick's full-sized avatar
🤠
debugging CI

morbidick morbidick

🤠
debugging CI
View GitHub Profile
@morbidick
morbidick / docker + traefik + nextcloud
Last active November 20, 2020 23:22
Docker nextcloud behind traefik
How to combine nextcloud and a central traefik instance
#!/bin/sh
outname=$1
startdir=$(pwd)
timestamp=$(date +"%s")
tmpdir="scan-$timestamp"
cd /tmp
mkdir $tmpdir
cd $tmpdir