From df000620288202f2890727a4dd999fa16145e4ba Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Mon, 3 Jun 2024 00:16:50 +0200 Subject: [PATCH] update --- README.md | 2 +- ddclient/readme.md | 2 ++ home_assistant/readme.md | 3 +++ kopia_backup/readme.md | 2 +- opnsense/readme.md | 3 ++- unifi/readme.md | 2 +- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 608c58b..b159f09 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ or enable freshly discovered feature for all future deployments. * [Beginners speedrun to selfhosting](beginners-speedrun-selfhosting/) +--- ### YouTube channels @@ -233,7 +234,6 @@ Maybe list of some youtube channels to follow would not be bad idea. * [TechnoTim](https://www.youtube.com/@TechnoTim/videos) - general homeserver selfhosting * [Craft Computing](https://www.youtube.com/@CraftComputing/videos) - general homeserver, bit more focus on hw and building * [Wolfgang's Channel](https://www.youtube.com/@WolfgangsChannel/videos) - general homeserver selfhosting, power consumption priority -* [Lawrence Systems](https://www.youtube.com/@LAWRENCESYSTEMS/videos) - general homeserver selfhosting * [Christian Lempa](https://www.youtube.com/@christianlempa/videos) - general homeserver selfhosting * [NASCompares](https://www.youtube.com/@nascompares) - Nas builds / home servers * [Awesome Open Source](https://www.youtube.com/@AwesomeOpenSource/videos) diff --git a/ddclient/readme.md b/ddclient/readme.md index ca4758c..66949fb 100644 --- a/ddclient/readme.md +++ b/ddclient/readme.md @@ -4,6 +4,8 @@ # Purpose & Overview +* Note - learned about [ddns-updater](https://github.com/qdm12/ddns-updater) + Automatic DNS entries update. * [Official site](https://sourceforge.net/p/ddclient/wiki/usage/) diff --git a/home_assistant/readme.md b/home_assistant/readme.md index 447493b..e1322e1 100644 --- a/home_assistant/readme.md +++ b/home_assistant/readme.md @@ -116,7 +116,10 @@ homeassistant: external_url: "https://home.example.com:8123" ``` +# guides, tips, resources +* [How To Build a Stable and Robust Zigbee Network](https://smarthomescene.com/guides/how-to-build-a-stable-and-robust-zigbee-network/) +* [Zigbee Smart home - best buy tips](https://vdbrink.github.io/buy/smart_home_best_buy_tips) # old mess shit beyond this point diff --git a/kopia_backup/readme.md b/kopia_backup/readme.md index 8c106c2..edae817 100644 --- a/kopia_backup/readme.md +++ b/kopia_backup/readme.md @@ -70,7 +70,7 @@ if planning serious use. * Before any action, Kopia needs to be **connected to a repo** as repos store most of the settings(policies), and commands are executed in their context. Multiple machines can be connected simultaneously. -* **Snapshots** are the backups created by kopia stored in a repository. +* **Snapshots** are the backups created by kopia, stored in a repository. * **Policy** - settings for repo/backup behaviour, stuff like backups retention, what to ignore, logging, scheduling(server/UI), actions before and after backup,... * **Policies** are stored inside a repo and can apply at various levels and diff --git a/opnsense/readme.md b/opnsense/readme.md index 0cc1f73..28109e0 100644 --- a/opnsense/readme.md +++ b/opnsense/readme.md @@ -572,4 +572,5 @@ zenarmor that was disabled caused an error notification
links -https://homenetworkguy.com/how-to/beginners-guide-to-set-up-home-network-using-opnsense/ +* [12 Ways to Secure Access to OPNsense and Your Home Network](https://homenetworkguy.com/how-to/ways-to-secure-access-to-opnsense-and-your-home-network/) +* [Beginner's Guide to Set Up a Home Network Using OPNsense](https://homenetworkguy.com/how-to/beginners-guide-to-set-up-home-network-using-opnsense/) diff --git a/unifi/readme.md b/unifi/readme.md index a63e2ee..a60a766 100644 --- a/unifi/readme.md +++ b/unifi/readme.md @@ -105,7 +105,7 @@ services: target: /docker-entrypoint-initdb.d/init-mongo.js unifi-app: - image: lscr.io/linuxserver/unifi-network-application:8.0.28 + image: lscr.io/linuxserver/unifi-network-application:8.1.127 container_name: unifi-app hostname: unifi-app restart: unless-stopped