Firefly III Setup with Docker and HTTPS

In this tutorial we will setup Firefly III using docker and setup a reverse proxy to enable https, as Firefly III itself does not support https. For the purpose of this tutorial we will be using firefly.example.com as the domain. Note: This tutorial assumes you have already setup a mysql/postgres database. Docker If you have not yet installed docker refere to docker install documentation to install it first....

April 6, 2019 · 3 min · David

Certbot - Cloudflare DNS Plugin

In this tutorial we will get a wildcard certificate from letsencrypt using the cloudflare dns plugin. For the purpose of this tutorial we will be using example.com as the domain. Install Cloudflare DNS Plugin This tutorial assumes you have already installed certbot. If you have not, you can follow the instructions from certbot-eff. sudo apt update sudo apt install python3-certbot-dns-cloudflare -y API Credentials mkdir -p /root/secrets/certbot Retrieve your api key from cloudflare....

April 2, 2019 · 2 min · David