diff --git a/README.md b/README.md index b159f09..2952b15 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,8 @@ or enable freshly discovered feature for all future deployments. ### For docker noobs * [Beginners speedrun to selfhosting](beginners-speedrun-selfhosting/) +* [How to setup Windows 11 as a Home Server/NAS](https://www.youtube.com/watch?v=5pZu35hTipo) +* [Docke rTechnical Deep Dive](https://medium.com/@furkan.turkal/how-does-docker-actually-work-the-hard-way-a-technical-deep-diving-c5b8ea2f0422) --- @@ -234,8 +236,10 @@ 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 +* [Peter Brockie](https://www.youtube.com/@PeterBrockie/videos) - Nas builds / home servers * [Awesome Open Source](https://www.youtube.com/@AwesomeOpenSource/videos) \- open source software insight * [Hardware Haven](https://www.youtube.com/@HardwareHaven/videos) - nas, servers, miniPCs focused diff --git a/knowledge-base/port_forwarding.md b/_knowledge-base/port_forwarding.md similarity index 100% rename from knowledge-base/port_forwarding.md rename to _knowledge-base/port_forwarding.md diff --git a/beginners-speedrun-selfhosting/readme.md b/beginners-speedrun-selfhosting/readme.md index 32f4484..69de03d 100644 --- a/beginners-speedrun-selfhosting/readme.md +++ b/beginners-speedrun-selfhosting/readme.md @@ -106,7 +106,11 @@ Now you should be able to execute commands on the server from your main PC. ![nging_welcome](https://i.imgur.com/Iv0B6bN.png) -Well, its time to learn how to create and **edit files** and copy paste shit +Time to spin up some simple docker container. Let's go with nginx - a web server. +It's just a tiny application that waits for a browser trying to connect to serve +a web page. + +It is also time to learn how to create and **edit files** and copy paste shit in to them, IN LINUX! Honestly could be annoying, but mobaXterm should make it easier @@ -263,7 +267,7 @@ using slightly edited compose file from their [github page.](https://github.com/louislam/dockge/blob/master/compose.yaml) * Create a new directory dockge `mkdir ~/docker/dockge` -* Go in to the docker directory `cd ~/docker/dockge` +* Go in to the dockge directory `cd ~/docker/dockge` * Create an empty docker-compose.yml file `nano docker-compose.yml` * Paste the *recipe*, spacing matters ``` diff --git a/prometheus_grafana_loki/readme.md b/prometheus_grafana_loki/readme.md index bb21e7e..d409421 100644 --- a/prometheus_grafana_loki/readme.md +++ b/prometheus_grafana_loki/readme.md @@ -339,6 +339,7 @@ Links * [Why are Prometheus queries hard?](https://fiberplane.com/blog/why-are-prometheus-queries-hard) * [Prometheus Cheat Sheet - Basics \(Metrics, Labels, Time Series, Scraping\)](https://iximiuz.com/en/posts/prometheus-metrics-labels-time-series/) * [Learning Prometheus and PromQL - Learning Series](https://iximiuz.com/en/series/learning-prometheus-and-promql/) +* [Prometheus from A to Y](https://a-cup-of.coffee/blog/prometheus/) * [The official](https://prometheus.io/docs/prometheus/latest/querying/basics/) diff --git a/syncthing/readme.md b/syncthing/readme.md index c20229a..05152fb 100644 --- a/syncthing/readme.md +++ b/syncthing/readme.md @@ -12,7 +12,7 @@ Synchronize folders between devices.
* [Github](https://github.com/syncthing/syncthing) Simple and elegant solution for Synchronizing folders.
-Clients are installed on devices, and paired with the Syncthing server. +Clients are installed on devices, and paired using the Syncthing servers. There are Windows, MacOs, Linux, Android clients, and 3rd party Möbius Sync for iOS. Written in Go.