Skip to content

Instantly share code, notes, and snippets.

View jaccorens's full-sized avatar
💭
Loading...

Jacco Rens jaccorens

💭
Loading...
  • Heerhugowaard, Netherlands
View GitHub Profile
@CalebSargeant
CalebSargeant / firefly-iii-ansible.md
Last active November 25, 2023 07:15
Firefly III Ansible

Firefly III Ansible

Please see https://github.com/TempoChocolate/ansible-docker-firefly-iii instead of going through this gist.

In this tutorial I will be showing you how to deploy Firefly III via Ansible with Docker behind a containerised Nginx reverse proxy (so you can securely access Firefly III publically). I use Cloudflare as my DNS provider, so I will be showing you how to get hold of a certificate from letsencrypt via a Cloudflare DNS challenge.

If you have any comments/suggestions/questions, please do post them below and I will be happy to answer, embrace change, or help :)

Folder Structure

You can either follow the folder structure I use, or merge all the tasks, vars, etc., however, I prefer to separate roles, tasks, vars, and templates, as it makes writing and using playbooks easier to understand and makes the experience much more modular.

@anotherspot
anotherspot / benderplus
Last active November 30, 2015 03:06
A modified script for robot clouds bender to include Mavericks Server backups of Service Databases
#!/bin/bash
# Bender
# Written by Chad Nielsen
# Forget Computers, Get Creative!
# Version History
# 1.0 - Initial creation of script for use with a companion launch daemon.
# 1.1 - Moved binary and log locations to /usr/local/robotcloud.
# 1.2 - Code improvements and added compatibility with OS X 10.9 Mavericks.