This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ######################################################################## | |
| # 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 | |
| ######################################################################## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This is a gist. I l<3e it. |
NewerOlder