Skip to content

Instantly share code, notes, and snippets.

View ItsIgnacioPortal's full-sized avatar
💭
Hacking (〜 ̄▽ ̄)〜

Ignacio J. Perez Portal ItsIgnacioPortal

💭
Hacking (〜 ̄▽ ̄)〜
  • Jujuy, Argentina
View GitHub Profile
@ItsIgnacioPortal
ItsIgnacioPortal / a.stopwatch.basic.cpp
Created November 8, 2019 21:29 — forked from nootanghimire/a.stopwatch.basic.cpp
Basic Stopwatch in C++ using ctime (or time.h)
/************************************************************************
* @author Nootan Ghimire <nootan.ghimire@gmail.com>
* @file a.stopwatch.basic.cpp
* @includes conioLinux.h (Modified the code from StackOverflow)
*
* @license Creative Commons: Attribution-ShareAlike 4.0 International
(CC BY-SA 4.0)
* @license http://creativecommons.org/licenses/by-sa/4.0/deed.en_US
*
* @desc A Simple Stopwatch.
@ItsIgnacioPortal
ItsIgnacioPortal / install-fireflyiii-rpi3-docker-docker-compose-ssl.md
Last active June 8, 2020 22:57 — forked from josephbadow/install-fireflyiii-rpi3-docker-docker-compose-ssl.md
(UP2DATE) Install Firefly on a Raspberry Pi 3 with Docker, Docker Compose and a self-signed certificate

I'm running a dockerized Firefly III on a Raspberry 3 in my local network. With the help of an additional nginx Container and a self-signed SSL Certificate I was able to set up https.

Maybe somebody will find this guide helpfull, it took me a couple of tries to get it right.

Install Docker on the Raspberry

Simply follow the official documentation at https://docs.docker.com/install/linux/docker-ce/debian/#install-using-the-convenience-script. You'll need to run the script if you are using the default Raspberry OS: Raspbian.

Install Docker Compose using Python PIP

Use Pythons package manager PIP to install Docker Compose, details can be found on docker.com as well: https://docs.docker.com/compose/install/#install-using-pip. Before you can follow the guide you'll need to install python-pip.