Skip to content

Commit

Permalink
docs: security
Browse files Browse the repository at this point in the history
  • Loading branch information
tlackemann committed Aug 9, 2024
1 parent ec3fd6f commit 335e375
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 20 deletions.
4 changes: 2 additions & 2 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ assets_version = "2.1.0" # DO NOT EDIT: Managed by `mdbook-catppuccin install`

[output.html]
additional-css = ["./theme/catppuccin.css", "./theme/catppuccin-admonish.css"]
default-theme = "frappe"
preferred-dark-theme = "macchiato"
default-theme = "ayu"
preferred-dark-theme = "ayu"
9 changes: 6 additions & 3 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# Summary

- [Home](./index.md)
- [Living off the land](land/index.md)
- [Hello](./index.md)
- [Home](home/index.md)
- [Chickens]()
- [Composting]()
- [Gardening](land/gardening.md)
- [Gardening](home/gardening.md)
- [Microgreens]()
- [Mushroom Farming]()
- [Tractor]()
- [Security](home/security.md)
- [Cooking](cooking/index.md)
- [Recipes]()
- [Bagels]()
- [Brioche Bread]()
- [Pizza Dough]()
- [Skewered Pork Belly w/ Red Potato Chips]()
- [Music]()
- [Modular]()
- [Programming](programming/index.md)
- [Bootstrapping](programming/bootstrapping.md)
- [Games](programming/games/index.md)
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/land/index.md → src/home/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Living off the land
# Home

In 2023, my wife and I purchased our forever home in central New Jersey.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 21 additions & 0 deletions src/home/security.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security

I use a series of [Reolink](https://reolink.com/) PoE cameras that I really love. I have a couple of 4K, doorbell, and
wide lens cameras that cover the perimeter of my entire property.

I have my entire network closet (including the PoE switch) hooked up to a backup battery so that if I lose power, the
cameras stay online. Additionally, I have an old laptop I'm using as a home server to upload all the footage these
cameras capture. This footage is encrypted and backed up to local harddrives using [borg](https://www.borgbackup.org/)
and stored in a private S3 bucket as well.

I like the Reolink PoE for a couple reasons. For starters, nothing is sent to outside servers or shared with third-party
services; PoE means I only need to run one cable to the camera; PoE also means I'm not vulnerable to WiFi jamming
attacks.

Plus the Reolink app is quite nice and I can view the cameras on-the-go.

I know my setup is probably overkill for most, but in my opinion it's the most secure and least privacy invasive. I
would never in my life welcome a Ring cam in my home which is what lead me down this path.

All-in-all this setup ran me around $500 including the switch and 500' of CAT6e cable (not including the backup
battery.)
28 changes: 14 additions & 14 deletions theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,20 @@
<label id="sidebar-toggle" class="icon-button" for="sidebar-toggle-anchor" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
<i class="fa fa-bars"></i>
</label>
{{!-- <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list"> --}}
{{!-- <i class="fa fa-paint-brush"></i> --}}
{{!-- </button> --}}
{{!-- <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu"> --}}
{{!-- <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li> --}}
{{!-- <li role="none"><button role="menuitem" class="theme" id="rust">Rust</button></li> --}}
{{!-- <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li> --}}
{{!-- <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li> --}}
{{!-- <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li> --}}
{{!-- <li role="none"><button role="menuitem" class="theme" id="latte">Latte</button></li> --}}
{{!-- <li role="none"><button role="menuitem" class="theme" id="frappe">Frappé</button></li> --}}
{{!-- <li role="none"><button role="menuitem" class="theme" id="macchiato">Macchiato</button></li> --}}
{{!-- <li role="none"><button role="menuitem" class="theme" id="mocha">Mocha</button></li> --}}
{{!-- </ul> --}}
<button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
<i class="fa fa-paint-brush"></i>
</button>
<ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
<li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
<li role="none"><button role="menuitem" class="theme" id="rust">Rust</button></li>
<li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
<li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
<li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
<li role="none"><button role="menuitem" class="theme" id="latte">Latte</button></li>
<li role="none"><button role="menuitem" class="theme" id="frappe">Frappé</button></li>
<li role="none"><button role="menuitem" class="theme" id="macchiato">Macchiato</button></li>
<li role="none"><button role="menuitem" class="theme" id="mocha">Mocha</button></li>
</ul>
{{#if search_enabled}}
<button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
<i class="fa fa-search"></i>
Expand Down

0 comments on commit 335e375

Please sign in to comment.