feat: some stuff
Some checks failed
Deploy to GitHub Pages / build (push) Failing after 14m41s
Deploy to GitHub Pages / deploy (push) Has been skipped

This commit is contained in:
2024-04-03 21:09:50 +02:00
parent d025f7e01b
commit 1e04a7be6f
46 changed files with 241 additions and 48 deletions

View File

@ -4,12 +4,12 @@ date: 2020-06-09
comments: true
---
import Image from "@components/Image.astro"
So, this topic has been on my mind for a long time. And in the past two weeks i have finally realized it. This blog post is not meant as a guide, but as a way for future me to understand my current me's decision processes.
import Image from "@components/Image.astro"
import ServerSetup from "./images/new-server.svg"
> **My plan is to publish the guides as separate posts later:**
>
> - [ ] _🔗 Proxying local servers with Tinc_
> - [ ] _☕+🛸=♥ Setting up a Gitea server with drone.io CI/CD_
> - [ ] _Setting up Nginx+SFTP+Traefik_
@ -49,7 +49,7 @@ In my previous setup i used a mixture of external services. For **git hosting**
## My new Setup
![New Setup](./images/new-server.svg)
<Image src={ServerSetup} alt="Server Setup" />
Now, the first question that may come to mind is, "Why do you use both cloud and local servers?". There are some drawbacks and some benefits to both. Cloud servers provide fast network speeds and static public IPs but storing large amount of data is kind of expensive. Disk space is comparably cheap with local servers I paid around 60€ for my 1tb harddrive which is made specifically for nas situations with drives running 24/7. Also i really like the idea of having physical access to my own data and not having to trust a third party with it. Another benefit to having physical access to my own server is that i can tinker with hardware aspects like networking, drives and cooling as well as taking physical measurements like room temperature and humidity.

View File

@ -4,12 +4,11 @@ date: 2020-06-09
comments: true
---
import Image from "@components/Image.astro"
import ServerSetup from "./images/new-server.svg"
Dieses Thema beschäftigt mich also schon seit längerem. Und in den letzten zwei Wochen ist es mir endlich klar geworden. Dieser Blogbeitrag ist nicht als Leitfaden gedacht, sondern als Möglichkeit für mein zukünftiges Ich, die Entscheidungsprozesse meines jetzigen Ichs zu verstehen.
import Image from "@components/Image.astro"
import ServerSetup from "./images/new-server.svg"
> **Mein Plan ist es, die Leitfäden später als separate Beiträge zu veröffentlichen:**
> > - [ ] _🔗 Proxying lokaler Server mit Tinc_
> > - [ ] _☕+🛸=♥ Einrichten eines Gitea-Servers mit Drone.io CI/ CD_