Skip to content

Instantly share code, notes, and snippets.

@jg3
jg3 / mbsyncrc
Created November 8, 2021 20:22
# isync / mbsync config file
# hashed lines are comments
# references:
# https://www.jonatkinson.co.uk/posts/syncing-gmail-with-mbsync/
# http://frostyx.cz/posts/synchronize-your-2fa-gmail-with-mbsync
# https://isync.sourceforge.io/mbsync.html (RTFM!)
# https://isync.sourceforge.io/ (homepage)
# About mbsync:
# Stores - define a collection of mailboxes, a folder
@jg3
jg3 / DuckDNS_And_RPi-Monitor
Created June 1, 2021 13:17
DuckDNS update script and RPi-Monitor panel
This gist is a few files that I use to update my DuckDNS internal and external IP addresses,
and report update status on the RPi-Monitor
References:
https://www.duckdns.org/
https://github.com/XavierBerger/RPi-Monitor
@jg3
jg3 / duplicati_docker-compose.txt
Last active June 1, 2021 02:20
My Duplicati Stack
---
version: "2.1"
services:
duplicati:
image: linuxserver/duplicati
container_name: duplicati
environment:
- PUID=998 # this should match the ouput of `id -u admin` on the CLI
- PGID=100 # this should match the ouput of `id -g admin` on the CLI
- TZ=America/New_York
@jg3
jg3 / services.conf
Created May 31, 2021 15:57
RPi-monitor services.conf
########################################################################
# Extract information about Opened Port
# Page: 1
# Information Status Statistics
# - ssh port (22) - yes - no
# ...
# see also: https://xavierberger.github.io/RPi-Monitor-docs/index.html
########################################################################
@jg3
jg3 / firstGist.txt
Created May 31, 2021 15:53
>Hello_
This is a gist. I l<3e it.