mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker.git
synced 2026-07-03 14:06:40 +02:00
update
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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/)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
+2
-1
@@ -572,4 +572,5 @@ zenarmor that was disabled caused an error notification<br>
|
||||
|
||||
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/)
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user