Traefik with Docker and Let's Encrypt
How Traefik saved me from the nginx copy-paste conf & certbot renew routine!
How Traefik saved me from the nginx copy-paste conf & certbot renew routine!
Are you sick of data mining and ads? Want to share photos in an Instagram like way with friends and keep control over your data? Pixelfed is an open source alternative that's fairly easy to self host.
Add webhooks to your Matrix setup with a few simple steps, using Docker and Traefik together with matrix-appservice-webhooks
Install (or upgrade) your Synapse with Traefik and get proper certs for federation.
How to deploy Riot web client for Matrix with Docker and Traefik
Building a Node app in Docker on a Raspberry Pi Zero (armv6) can be slow, but there's a way around it!
Get some graphs going! How-to for system metrics or whatever you may fancy with InfluxDB and Grafana.
Using tags in InfluxDB can quickly eat your memory but - depending on your data - is easy to fix!
OUTDATED: Check newer post with Traefik and v1.0.0
Upgrade your docker backed Ghost to v1.0.0 (pretty outdated...)
There are 2 things you need to do to get ghost to run in production mode with docker: Add the NODE_ENV docker run -d --name ghost -v /path/to/blog:/var/lib/ghost -e NODE_ENV=production -p 2368:2368 ghost This is for ghost v0.11.x. For v1.x.x have a look at this post [https://jonnev.se/ghost-v1-0-0-on-docker/]! Note: If you're having trouble with the permissions on files in the volume, for example when trying to pull/add a theme, add this to the command above: -u $(id -u $USER):$(id -g
So I figured I wanted to have a blog and in the process redo my homepage. A friend recommended Ghost and when trying out their hosted Pro version I thought it looked great! This is for ghost v0.11.x. For v1.x.x have a look at this post [https://jonnev.se/ghost-v1-0-0-on-docker/]! I wanted a clean and simple theme and when looking through the Ghost marketplace I found Steam [https://github.com/epistrephein/Steam]. I had some experience with Handlebars already and I quickly glanced through the