master
DoTheEvo 4 months ago
parent f36342bd9d
commit 855b46c15b

@ -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

@ -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
```

@ -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/)
</details>

@ -12,7 +12,7 @@ Synchronize folders between devices.<br>
* [Github](https://github.com/syncthing/syncthing)
Simple and elegant solution for Synchronizing folders.<br>
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.

Loading…
Cancel
Save