Skip to content

Instantly share code, notes, and snippets.

@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.